We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38b502 commit d328ffcCopy full SHA for d328ffc
1 file changed
src/Wippersnapper_V2.h
@@ -126,7 +126,7 @@
126
#endif
127
128
#define WS_VERSION \
129
- "1.0.0-offline-beta.4" ///< WipperSnapper app. version
+ "1.0.0-offline-beta.5" ///< WipperSnapper app. version
130
///< (semver-formatted)
131
132
#define WS_WDT_TIMEOUT 60000 ///< WDT timeout
@@ -318,4 +318,4 @@ class Wippersnapper_V2 {
318
};
319
extern Wippersnapper_V2 WsV2; ///< Global member variable for callbacks
320
321
-#endif // WIPPERSNAPPER_V2_H
+#endif // WIPPERSNAPPER_V2_H
0 commit comments