mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-25 23:20:16 +00:00
Compare commits
2 Commits
439ebba129
...
8d41934029
Author | SHA1 | Date | |
---|---|---|---|
|
8d41934029 | ||
|
df92fb1bcf |
@ -3440,6 +3440,10 @@ 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
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user