We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86e1e commit 5677057Copy full SHA for 5677057
src/main.cpp
@@ -32,7 +32,7 @@
32
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
33
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
34
#define CONTEXT_FILE "/context.json" // Filename of the context file
35
-#define VERSION "0.16.2" // Version of the software
+#define VERSION "0.17.0" // Version of the software
36
37
#define DBG_PRINT(x) Serial.print(x)
38
#define DBG_PRINTLN(x) Serial.println(x)
0 commit comments