Fix: Improve BLE data reception and WiFi connection stability
- Add BLE data timeout handling: auto-process data when timeout occurs - Fix WiFi reconnection: add scanning conflict detection with isScanning flag - Fix WiFi scanning timeout: reset WiFi hardware state before scanning - Improve scan conflict handling: wait for scan completion instead of skipping - Add WiFi.scanDelete() calls to prevent hardware state issues - Add proper isScanning flag management in all scanning functions
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,6 +3,5 @@
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
GIT_GUIDE.md
|
||||
git_upload.bat
|
||||
Git提交方法.md
|
||||
.trae/
|
||||
|
||||
Reference in New Issue
Block a user