diff --git a/Arduino/McLighting/request_handlers.h b/Arduino/McLighting/request_handlers.h index c0819fb..3da2dca 100644 --- a/Arduino/McLighting/request_handlers.h +++ b/Arduino/McLighting/request_handlers.h @@ -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.");