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:
Admin
2026-03-03 16:06:57 +08:00
parent 435a7caa66
commit 64618617cf
2 changed files with 66 additions and 9 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,5 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
GIT_GUIDE.md
git_upload.bat
Git提交方法.md
.trae/