mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-14 12:14:28 +05:00
fix: change channel to 6 for Wifi AP
This commit is contained in:
@@ -12,7 +12,7 @@ struct NetworkSettings {
|
|||||||
struct {
|
struct {
|
||||||
char ssid[33] = AP_SSID_DEFAULT;
|
char ssid[33] = AP_SSID_DEFAULT;
|
||||||
char password[65] = AP_PASSWORD_DEFAULT;
|
char password[65] = AP_PASSWORD_DEFAULT;
|
||||||
byte channel = 1;
|
byte channel = 6;
|
||||||
} ap;
|
} ap;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user