fix: fix Bluetooth shutdown delay with no active connections

This commit is contained in:
2026-06-06 18:46:35 +02:00
parent cee21738ee
commit 6554ef7e15
3 changed files with 28 additions and 6 deletions
+1
View File
@@ -17,5 +17,6 @@ extern "C" void _start() {
montauk::print((const char*)username);
montauk::print("\n");
montauk::exit(0);
}