mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
check platform is macos before delaying nrf52 reset
This commit is contained in:
parent
df92fb1bcf
commit
c4705fd594
@ -3442,7 +3442,8 @@ def main():
|
||||
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)
|
||||
if RNS.vendor.platformutils.is_darwin():
|
||||
time.sleep(5)
|
||||
|
||||
rnode.hard_reset()
|
||||
# The hard reset on this platform is different
|
||||
|
Loading…
Reference in New Issue
Block a user