Added hint to pubsubclient length issue
https://github.com/knolleary/pubsubclient/issues/110
This commit is contained in:
parent
91571eafcc
commit
32bb5ed7ac
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ void checkForRequests() {
|
||||||
|
|
||||||
// ~ ==> Get WS2812 modes.
|
// ~ ==> Get WS2812 modes.
|
||||||
// TODO: Fix this, doesn't return anything. Too long?
|
// TODO: Fix this, doesn't return anything. Too long?
|
||||||
|
// Hint: https://github.com/knolleary/pubsubclient/issues/110
|
||||||
if (payload[0] == '~') {
|
if (payload[0] == '~') {
|
||||||
DBG_OUTPUT_PORT.printf("MQTT: Get WS2812 modes.\n");
|
DBG_OUTPUT_PORT.printf("MQTT: Get WS2812 modes.\n");
|
||||||
DBG_OUTPUT_PORT.printf("Error: Not implemented. Message too large for pubsubclient.");
|
DBG_OUTPUT_PORT.printf("Error: Not implemented. Message too large for pubsubclient.");
|
||||||
|
|
Loading…
Reference in a new issue