1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-06-13 10:01:31 +03:00
ladyada
2016-07-06 18:34:56 -04:00
parent 5d133c3852
commit ad6ae59725
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ bool Adafruit_MQTT_Client::sendPacket(uint8_t *buffer, uint16_t len) {
len -= ret;
if (ret != sendlen) {
DEBUG_PRINTLN("Failed to send complete packet.");
DEBUG_PRINTLN("Failed to send packet.");
return false;
}
} else {