Handle empty mqtt_host, add /start_config_ap

This commit is contained in:
Tobias Blum
2017-08-07 23:05:07 +02:00
parent 6db6bfc2ff
commit 88b476db51
2 changed files with 25 additions and 15 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
#define PIN 5 // PIN where neopixel / WS2811 strip is attached
#define NUMLEDS 24 // Number of leds in the strip
const char HOSTNAME[] = "ESP8266_VORONOI"; // Friedly hostname
const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname
#define ENABLE_OTA // If defined, enable Arduino OTA code.