Updated comment

This commit is contained in:
Stuart Feichtinger 2016-01-31 16:18:45 -06:00
parent 9e8efabec4
commit 8a40f42958
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@ bool Adafruit_MQTT_Publish::publish(const char *payload) {
return mqtt->publish(topic, payload, qos);
}
//publish buffer of arbitrary length
bool Adafruit_MQTT_Publish::publish(uint8_t *payload, uint8_t bLen) {
return mqtt->publish(topic, payload, bLen, qos);