We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e642288 commit 41d1980Copy full SHA for 41d1980
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.17.0" // Version of the software
+#define VERSION "0.18.1" // Version of the software
36
37
#define DBG_PRINT(x) Serial.print(x)
38
#define DBG_PRINTLN(x) Serial.println(x)
0 commit comments