From 6f156290724ea1171131cdfd2ae324cef4a7e75a Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sun, 21 Jan 2018 00:45:03 +0100 Subject: [PATCH] Disable button by default --- Arduino/McLighting/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index cf482f8..7656030 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -8,7 +8,7 @@ const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname #define ENABLE_OTA // If defined, enable Arduino OTA code. #define ENABLE_MQTT // If defined, enable MQTT client code. -#define ENABLE_BUTTON // If defined, enable button handling code. +// #define ENABLE_BUTTON // If defined, enable button handling code. // parameters for automatically cycling favorite patterns uint32_t autoParams[][4] = { // color, speed, mode, duration (seconds)