[beken-72xx] Use chip ID based on MAC address

This commit is contained in:
Kuba Szczodrzyński
2022-07-07 18:01:35 +02:00
parent e37014ebd6
commit b2df9e6a8b
3 changed files with 14 additions and 5 deletions

View File

@@ -47,6 +47,8 @@ def upload_uart(
except ValueError as e:
print(prefix, f"Writing failed: {e.args[0]}")
return False
# reboot the chip
bk.reboot_chip()
return True