Skip to content

Commit 53f3def

Browse files
committed
clangg
1 parent b21b71a commit 53f3def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wippersnapper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#endif
5656

5757
// Uncomment the following use the staging IO server //
58-
#define USE_STAGING ///< Use Adafruit IO staging certificate
58+
#define USE_STAGING ///< Use Adafruit IO staging certificate
5959
#define IO_MQTT_SERVER "io.adafruit.us" ///< Adafruit IO MQTT Server
6060

6161
//#define IO_MQTT_SERVER "io.adafruit.com" ///< Adafruit IO MQTT Server
@@ -313,7 +313,7 @@ class Wippersnapper {
313313
milliseconds. */
314314
char *_topic_signal_i2c_device; /*!< Topic carries messages from a broker to a
315315
device. */
316-
bool pinCfgCompleted = false; /*!< Did initial pin sync complete? */
316+
bool pinCfgCompleted = false; /*!< Did initial pin sync complete? */
317317

318318
private:
319319
void _init();

0 commit comments

Comments
 (0)