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 c7ccdd6 commit e050543Copy full SHA for e050543
src/Wippersnapper.h
@@ -63,7 +63,7 @@
63
#endif
64
65
#define WS_VERSION \
66
- "1.0.0-beta.16" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.15" ///< WipperSnapper app. version (semver-formatted)
67
68
// Reserved Adafruit IO MQTT topics
69
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
@@ -357,4 +357,4 @@ class Wippersnapper {
357
358
extern Wippersnapper WS; ///< Global member variable for callbacks
359
360
-#endif // ADAFRUIT_WIPPERSNAPPER_H
+#endif // ADAFRUIT_WIPPERSNAPPER_H
0 commit comments