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 52e04be commit 1eb5606Copy full SHA for 1eb5606
Adafruit_MQTT.cpp
@@ -240,7 +240,8 @@ void Adafruit_MQTT::processSubscriptionPacket(Adafruit_MQTT_Subscribe *sub) {
240
// execute callback in io mode
241
((sub->io_mqtt)->*(sub->callback_io))((char *)sub->lastread, sub->datalen);
242
} else {
243
- DEBUG_PRINTLN("ERROR: Subscription packet did not have an associated callback");
+ DEBUG_PRINTLN(
244
+ "ERROR: Subscription packet did not have an associated callback");
245
return;
246
}
247
// mark subscription message as "read""
0 commit comments