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 a87f939 commit c809ee4Copy full SHA for c809ee4
src/main.cpp
@@ -55,7 +55,7 @@ const char* rootCACertificate = \
55
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
56
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
57
#define CONTEXT_FILE "/context.json" // Filename of the context file
58
-#define VERSION "0.12.0" // Version of the software
+#define VERSION "0.13.0" // Version of the software
59
60
#define DBG_PRINT(x) Serial.print(x)
61
#define DBG_PRINTLN(x) Serial.println(x)
0 commit comments