tryna get bluetooth to work

This commit is contained in:
2026-03-07 09:15:45 +11:00
parent b19ad3ce82
commit 0f6cdabd25
4 changed files with 22 additions and 2 deletions

View File

@@ -15,7 +15,9 @@ def main():
if LORA_ENABLED:
lora_handler = LoRaHandler()
print("Halting Pico...")
while True:
pass
if __name__ == "__main__":