forked from TheAustrian/ESP8266-LED-Websockets
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
probonopd edited this page Oct 28, 2018
·
1 revision
Besides the libraries listed in the README, also need to install
- PubSubClient
- ArduinoJson v5.13.2
If you get MQTTServer.h:88: error: 'class ArduinoJson650_0_0::JsonObject' has no member named 'printTo'
, then make sure you are using v5.13.2 of the ArduinoJson library.
To use SK6812 RGBW LEDs, use Adafruit_NeoPixel strip = Adafruit_NeoPixel(NUM_LEDS, DATA_PIN, NEO_GRBW + NEO_KHZ800);
.