From df9060d9065e58cd2f4fbc64c135de0ddb47adbb Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sun, 6 Oct 2024 23:02:10 -0300 Subject: [PATCH] testing not active --- src/wifi_utils.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wifi_utils.cpp b/src/wifi_utils.cpp index 862e22a..ca3a472 100644 --- a/src/wifi_utils.cpp +++ b/src/wifi_utils.cpp @@ -151,7 +151,9 @@ namespace WIFI_Utils { } void setup() { - startWiFi(); + if (Config.wifiAutoAP.active) { + startWiFi(); + } btStop(); }