mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-17 19:06:10 +02:00
normalize settings for AHOY-DTU
This commit is contained in:
parent
ea9ab4601a
commit
ae1272ccf0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue