From 32bb5ed7acd4b7b98b198361fc7c118ae49c1a4f Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sat, 19 Aug 2017 22:27:36 +0200 Subject: [PATCH] Added hint to pubsubclient length issue https://github.com/knolleary/pubsubclient/issues/110 --- Arduino/McLighting/request_handlers.h | 1 + 1 file changed, 1 insertion(+) 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.");