diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bcac4f..735450a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - no_std_strings + - slow_load # tags: # - "v*" # pull_request: diff --git a/src/wifi_setup.cpp b/src/wifi_setup.cpp index 191f793..e88123d 100644 --- a/src/wifi_setup.cpp +++ b/src/wifi_setup.cpp @@ -53,6 +53,7 @@ void mdnsReset() { } void initWiFi() { + delay(250); // Seeing if this helps prevent a brownout with bad power supplies WiFi.mode(WIFI_STA); // Explicitly set mode, ESP defaults to STA+AP