Compare commits

..

No commits in common. "4fdb9dda4016df5baf2d6c92bff5b0f91c030ace" and "30228d12f7bca04704063c0dfc5553ce92be6d08" have entirely different histories.

View File

@ -3440,11 +3440,6 @@ def main():
time.sleep(6.5) time.sleep(6.5)
elif rnode.platform == ROM.PLATFORM_NRF52: 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() rnode.hard_reset()
# The hard reset on this platform is different # The hard reset on this platform is different
# to that of the ESP32 platform, it causes # to that of the ESP32 platform, it causes