Skip to content

Commit 344bfdd

Browse files
committed
More commentary re disabling the firewall
1 parent 8651c02 commit 344bfdd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sonota.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,17 @@ def stage3():
698698
print()
699699
print()
700700
log.info('The "FinalStage" SSID will disappear when the device has been '
701-
'fully flashed and image_arduino.bin has been installed')
702-
log.info('Once "FinalStage" has gone away, you can stop this program')
701+
'fully flashed and image_arduino.bin has been installed.')
702+
log.info('If there is no "Sending file: /ota/image_arduino.bin" '
703+
'log entry, ensure all firewalls have been COMPLETELY disabled '
704+
'on your system.')
703705
count += 1
704706
sleep(2)
705707
print(".", end="", flush=True)
706708

707-
log.info('No longer on "FinalStage" SSID, all done!')
709+
log.info('No longer on "FinalStage" SSID, all done! Now connect to the '
710+
'sonoff-#### SSID and configure for your WiFi (it will not be '
711+
'configured).')
708712
_thread.interrupt_main()
709713

710714
def main():

0 commit comments

Comments
 (0)