From b421780f7ba0de4beac0f4ef1d33de27843c1f66 Mon Sep 17 00:00:00 2001 From: Yurii Date: Mon, 5 Feb 2024 19:57:26 +0300 Subject: [PATCH] fix: change channel to 6 for Wifi AP --- src/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.h b/src/Settings.h index a298e93..a841d8c 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -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 {