File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ uint8_t WiFiManager::scan_networks(uint8_t maxresults)
328328 temporary_disconnect = true ;
329329 _disconnecting = true ;
330330 esp_wifi_disconnect ();
331- sleep (2 );
332331 _disconnecting = false ;
333332 }
334333
Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ build_flags =
8383; build_board = fujinet-iec-lolin-d32 ; Commodore IEC using Lolin D32 Pro
8484; build_board = fujinet-iec-nugget ; Commodore IEC using Lolin D32 Pro "Nugget"
8585
86- build_platform = BUILD_LYNX
87- build_bus = comlynx
86+ ; build_platform = BUILD_LYNX
87+ ; build_bus = comlynx
8888; build_board = fujinet-lynx-prototype ; Lynx Prototype PCB
89- build_board = fujinet-lynx-devkitc ; Lynx with basic DEVKITC
89+ ; build_board = fujinet-lynx-devkitc ; Lynx with basic DEVKITC
9090
9191; build_platform = BUILD_S100
9292; build_bus = s100Bus
You can’t perform that action at this time.
0 commit comments