File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
710714def main ():
You can’t perform that action at this time.
0 commit comments