This commit is contained in:
Liam Cottle 2024-05-31 13:12:46 +12:00 committed by GitHub
commit 439ebba129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3440,6 +3440,11 @@ 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
if RNS.vendor.platformutils.is_darwin():
time.sleep(5)
rnode.hard_reset()
# The hard reset on this platform is different
# to that of the ESP32 platform, it causes