Skip to content

Commit

Permalink
mqtt 15 sek dafault refresh time
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Mar 24, 2020
1 parent a7b5312 commit eaa0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/persist_conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void initDefaultDevConf() {

g_defaultDevConf.mqttEnabled = 0;
g_defaultDevConf.mqttPort = 1883;
g_defaultDevConf.mqttPeriod = 1.0f;
g_defaultDevConf.mqttPeriod = 15.0f;

// block 9
g_defaultDevConf.fanMode = FAN_MODE_AUTO;
Expand Down

0 comments on commit eaa0be9

Please sign in to comment.