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 c99b234 commit 3531a8bCopy full SHA for 3531a8b
src/AdafruitIO.cpp
@@ -42,6 +42,7 @@ void AdafruitIO::connect()
42
43
if(_err_sub) {
44
// setup error sub
45
+ Serial.print("setting up err_sub\n");
46
_err_sub = new Adafruit_MQTT_Subscribe(_mqtt, _err_topic);
47
_mqtt->subscribe(_err_sub);
48
_err_sub->setCallback(errorCallback);
0 commit comments