Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman3S committed Nov 22, 2021
1 parent 4461046 commit 24c2bba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Firmware.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Firmware/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fs::SPIFFSFS &FlashFS = SPIFFS;
#define GET_CHIPID() ((uint16_t)(ESP.getEfuseMac() >> 32))

unsigned long lastPub = 0;
unsigned int updateInterval = 5000;
unsigned int updateInterval = 30*1000;

#define PARAM_FILE "/param.json"
#define AUX_MQTTSETTING "/mqtt_setting"
Expand Down
Binary file added Question3_Response.pdf
Binary file not shown.

0 comments on commit 24c2bba

Please sign in to comment.