Skip to content

Commit

Permalink
Update to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Oct 3, 2020
1 parent a04dd77 commit 51a838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ESP32/ClassicMQTT/src/main.cpp
Expand Up @@ -14,7 +14,7 @@
#define WAKE_PUBLISH_RATE 2000
#define SNOOZE_PUBLISH_RATE 300000
#define WAKE_COUNT 60
#define CONFIG_VERSION "V1.3.2" // major.minor.build (major or minor will invalidate the configuration)
#define CONFIG_VERSION "V1.3.3" // major.minor.build (major or minor will invalidate the configuration)
#define NUMBER_CONFIG_LEN 6
#define WATCHDOG_TIMER 600000 //time in ms to trigger the watchdog

Expand Down

0 comments on commit 51a838d

Please sign in to comment.