From 26a222ba7d27781a2a11d89b5d90eda8d371adc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Sarrailh?= Date: Sun, 25 Aug 2019 21:29:58 +0200 Subject: [PATCH] Comments typographic corrections in definitions.h --- Arduino/McLighting/definitions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 835cbeea..4dc4f1b5 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -9,7 +9,7 @@ #define BUILTIN_LED 2 // ESP-12F has the built in LED on GPIO2, see https://github.com/esp8266/Arduino/issues/2192 #define BUTTON 4 // Input pin (4 / D2) for switching the LED strip on / off, connect this PIN to ground to trigger button. -#define HOSTNAME "McLighting01" // Friedly hostname +#define HOSTNAME "McLighting01" // Friendly hostname #define HTTP_OTA // If defined, enable ESP8266HTTPUpdateServer OTA code. //#define ENABLE_OTA // If defined, enable Arduino OTA code. @@ -18,7 +18,7 @@ #define ENABLE_HOMEASSISTANT // If defined, enable Homeassistant integration, ENABLE_MQTT or ENABLE_AMQTT must be active #define ENABLE_BUTTON // If defined, enable button handling code, see: https://github.com/toblum/McLighting/wiki/Button-control //#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth -#define ENABLE_LEGACY_ANIMATIONS // Dont disbale this for now +#define ENABLE_LEGACY_ANIMATIONS // Dont disable this for now #define ENABLE_E131 // E1.31 implementation #define USE_HTML_MIN_GZ //comment for using index.htm & edit.htm from SPIFFs instead of PROGMEM //#define CUSTOM_WS2812FX_ANIMATIONS //uncomment and put animations in "custom_ws2812fx_animations.h"