From 1cf4c7d874bf1682dc6591b17232e18f6cf5c5bc Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Fri, 6 Aug 2021 22:25:16 +0200 Subject: [PATCH] +longer wifi wait time --- RX_FSK/RX_FSK.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RX_FSK/RX_FSK.ino b/RX_FSK/RX_FSK.ino index 3fb4856..6957ccf 100644 --- a/RX_FSK/RX_FSK.ino +++ b/RX_FSK/RX_FSK.ino @@ -2684,7 +2684,7 @@ void loopTouchCalib() { // 2: access point mode in background. directly start initial mode (spectrum or scanner) // 3: traditional sync. WifiScan. Tries to connect to a network, in case of failure activates AP. // Mode 3 shows more debug information on serial port and display. -#define MAXWIFIDELAY 20 +#define MAXWIFIDELAY 40 static const char* _scan[2] = {"/", "\\"}; void loopWifiScan() { if (sonde.config.wifi == 0) { // no Wifi