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 b21b71a commit 53f3defCopy full SHA for 53f3def
src/Wippersnapper.h
@@ -55,7 +55,7 @@
55
#endif
56
57
// Uncomment the following use the staging IO server //
58
-#define USE_STAGING ///< Use Adafruit IO staging certificate
+#define USE_STAGING ///< Use Adafruit IO staging certificate
59
#define IO_MQTT_SERVER "io.adafruit.us" ///< Adafruit IO MQTT Server
60
61
//#define IO_MQTT_SERVER "io.adafruit.com" ///< Adafruit IO MQTT Server
@@ -313,7 +313,7 @@ class Wippersnapper {
313
milliseconds. */
314
char *_topic_signal_i2c_device; /*!< Topic carries messages from a broker to a
315
device. */
316
- bool pinCfgCompleted = false; /*!< Did initial pin sync complete? */
+ bool pinCfgCompleted = false; /*!< Did initial pin sync complete? */
317
318
private:
319
void _init();
0 commit comments