Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Added hint to pubsubclient length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
toblum committed Aug 19, 2017
1 parent 91571ea commit 32bb5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Arduino/McLighting/request_handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 32bb5ed

Please sign in to comment.