-
By default things like Alexa integration and MQTT support are enabled.
-
Board settings in Arduino IDE: Generic ESP8285 module 1M (128K SPIFFS)
-
After cloing repo to D:\gitwork\espurna
-
Edit D:\gitwork\espurna\code\espurna\config
// Uncomment AI_LIGHT for the RGB Light
#define AI_LIGHT
-
Board settings in Arduino IDE: ESP-12 based modules 4M (1M SPIFFS)
-
After cloing repo to D:\gitwork\espurna
-
Edit D:\gitwork\espurna\code\espurna\config
// Uncomment WIFI_RELAY_NO for "normally open" relay with generic Wemos ESP8266 Board and manually connected relay on GPIO2 (D4) or GPIO14 (D5)
#define WIFI_RELAY_NO