From ae1272ccf09dcbde39fe3f3a3d84a6fa01a1a741 Mon Sep 17 00:00:00 2001 From: Stefan Thieme Date: Wed, 1 Jun 2022 23:55:20 +0200 Subject: [PATCH] normalize settings for AHOY-DTU --- tools/esp8266/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/esp8266/config.h b/tools/esp8266/config.h index b5806ed8..c0851160 100644 --- a/tools/esp8266/config.h +++ b/tools/esp8266/config.h @@ -7,7 +7,7 @@ // access point info -#define WIFI_AP_SSID "AHOY DTU" +#define WIFI_AP_SSID "AHOY-DTU" #define WIFI_AP_PWD "esp_8266" // stay in access point mode all the time //#define AP_ONLY @@ -24,7 +24,7 @@ #define WIFI_AP_ACTIVE_TIME 3*60 // default device name -#define DEF_DEVICE_NAME "ESP-DTU" +#define DEF_DEVICE_NAME "AHOY-DTU" // number of packets hold in buffer #define PACKET_BUFFER_SIZE 30