Compare commits

..

1 Commits

Author SHA1 Message Date
Liam Cottle
8d41934029
Merge df92fb1bcf into 30228d12f7 2024-05-29 11:25:20 -06:00

View File

@ -3442,8 +3442,7 @@ def main():
elif rnode.platform == ROM.PLATFORM_NRF52: elif rnode.platform == ROM.PLATFORM_NRF52:
# Wait a few seconds before hard resetting. # Wait a few seconds before hard resetting.
# Otherwise, macOS fails to set firmware hash on NRF52 # Otherwise, macOS fails to set firmware hash on NRF52
if RNS.vendor.platformutils.is_darwin(): time.sleep(5)
time.sleep(5)
rnode.hard_reset() rnode.hard_reset()
# The hard reset on this platform is different # The hard reset on this platform is different