v0.1.39: Fixed syntax error and enhanced Bluetooth recovery\n\n- Fixed unterminated f-string in Bluetooth reset commands\n- Added comprehensive Bluetooth stack reset for persistent BLE errors\n- Maintained all previous fixes for Classic Bluetooth and connection stability\n- Updated version to 0.1.39 with corrected CHANGELOG\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 19:32:58 +01:00
parent 4ad06c30cb
commit 3a65a2023a
4 changed files with 6 additions and 4 deletions

View File

@@ -532,7 +532,7 @@ async def connect(
f'echo -e "remove {address}\nquit" | bluetoothctl',
"sudo systemctl restart bluetooth",
"sleep 3",
f'echo -e "scan on\nscan off\nquit" | bluetoothctl"
f'echo -e "scan on\nscan off\nquit" | bluetoothctl'
]
for cmd in reset_commands:
proc = await asyncio.create_subprocess_shell(