backlogged fixes

This commit is contained in:
Jelmer
2024-01-26 16:10:00 +01:00
parent 80298ed4a1
commit 86a68cbba4
4 changed files with 54 additions and 26 deletions

View File

@@ -295,6 +295,9 @@ def main():
if args.altradio:
send_cmd(CMD_SELECT_PORT, bytearray([2]))
send_cmd(CMD_SET_POWER, bytearray([1]))
cmd, answer = wait_for_command()
if args.nrf82511:
send_cmd(CMD_SELECT_NRF82511, bytearray([]))
if args.zbs243: