Browse Source

normalize settings for AHOY-DTU

pull/63/head
Stefan Thieme 3 years ago
parent
commit
ae1272ccf0
  1. 4
      tools/esp8266/config.h

4
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

Loading…
Cancel
Save