Skip to content

Commit

Permalink
updated fw, data upload freq 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman3S committed Dec 11, 2021
1 parent da5dcf1 commit 4840de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2021-10-21 04-33-28.mkv
AppDemo.mp4
Questions.pdf
Answers.pdf
Answers.pdf
Temp/
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 = 2*1000;
unsigned int updateInterval = 60*1000;

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

0 comments on commit 4840de2

Please sign in to comment.