fix: change channel to 6 for Wifi AP

This commit is contained in:
Yurii
2024-02-05 19:57:26 +03:00
parent 987c101394
commit b421780f7b

View File

@@ -12,7 +12,7 @@ struct NetworkSettings {
struct {
char ssid[33] = AP_SSID_DEFAULT;
char password[65] = AP_PASSWORD_DEFAULT;
byte channel = 1;
byte channel = 6;
} ap;
struct {