mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Network] Fix small typo
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
#define DEFAULT_ENABLED_NW001 1 // Wifi-STA enabled by default, except for P4 (ESP-Hosted is not available on all boards)
|
||||
#endif
|
||||
#ifndef DEFAULT_ENABLED_NW002
|
||||
#define DEFAULT_ENABLED_NW002 1 // Wifi-STA enabled by default
|
||||
#define DEFAULT_ENABLED_NW002 1 // Wifi-AP enabled by default
|
||||
#endif
|
||||
#ifndef DEFAULT_ENABLED_NW003
|
||||
#define DEFAULT_ENABLED_NW003 0 // RMII Ethernet disabled by default, except for P4
|
||||
|
||||
Reference in New Issue
Block a user