Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman3S committed Dec 11, 2021
1 parent 4840de2 commit cf6c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fs::SPIFFSFS &FlashFS = SPIFFS;
#define GET_CHIPID() ((uint16_t)(ESP.getEfuseMac() >> 32))

unsigned long lastPub = 0;
unsigned int updateInterval = 60*1000;
unsigned int updateInterval = 5*60*1000;

#define PARAM_FILE "/param.json"
#define AUX_MQTTSETTING "/mqtt_setting"
Expand Down

0 comments on commit cf6c3e3

Please sign in to comment.