From 6141d812ad82d1fc34b874f73aef04fdb5ff4c6d Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sun, 2 Apr 2017 00:20:06 +0200 Subject: [PATCH] Correct AP SSID name --- WifiControlSensor/config_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index 6e943e1..cb09949 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -46,7 +46,7 @@ #define CONFIG_SAMPLING_PERIODE_MS 300000 // Name of the SSID when in AP mode for configuration -#define CONFIG_SSID_NAME "ESPConfiguratorBureau" +#define CONFIG_SSID_NAME "ESPConfigurator" // GPIO that can be set or get by mqtt and set via http // Should have less value than MAXSUBSCRIPTIONS