fix for macOS failing to set firmware hash on NRF52 when resetting too quickly

This commit is contained in:
liamcottle 2024-05-29 11:32:20 +12:00
parent 3a163c6f09
commit df92fb1bcf
1 changed files with 4 additions and 0 deletions

View File

@ -3440,6 +3440,10 @@ def main():
time.sleep(6.5)
elif rnode.platform == ROM.PLATFORM_NRF52:
# Wait a few seconds before hard resetting.
# Otherwise, macOS fails to set firmware hash on NRF52
time.sleep(5)
rnode.hard_reset()
# The hard reset on this platform is different
# to that of the ESP32 platform, it causes