Skip to content

Commit 3531a8b

Browse files
committed
Update AdafruitIO.cpp
1 parent c99b234 commit 3531a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AdafruitIO.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ void AdafruitIO::connect()
4242

4343
if(_err_sub) {
4444
// setup error sub
45+
Serial.print("setting up err_sub\n");
4546
_err_sub = new Adafruit_MQTT_Subscribe(_mqtt, _err_topic);
4647
_mqtt->subscribe(_err_sub);
4748
_err_sub->setCallback(errorCallback);

0 commit comments

Comments
 (0)