Added hint to pubsubclient length issue

https://github.com/knolleary/pubsubclient/issues/110
This commit is contained in:
Tobias Blum 2017-08-19 22:27:36 +02:00
parent 91571eafcc
commit 32bb5ed7ac

View file

@ -367,6 +367,7 @@ void checkForRequests() {
// ~ ==> Get WS2812 modes.
// TODO: Fix this, doesn't return anything. Too long?
// Hint: https://github.com/knolleary/pubsubclient/issues/110
if (payload[0] == '~') {
DBG_OUTPUT_PORT.printf("MQTT: Get WS2812 modes.\n");
DBG_OUTPUT_PORT.printf("Error: Not implemented. Message too large for pubsubclient.");