File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -160,11 +160,11 @@ def phase_setup(ser):
160160
161161 baud_detect_byte = b'U'
162162
163- print ('\n phase:\t setup' )
163+ verboseprint ('\n phase:\t setup' )
164164
165165 # Handle the serial startup blip
166166 ser .reset_input_buffer ()
167- print ('\t cleared startup blip' )
167+ verboseprint ('\t cleared startup blip' )
168168
169169 ser .write (baud_detect_byte ) # send the baud detection character
170170
@@ -173,7 +173,7 @@ def phase_setup(ser):
173173 return 1
174174
175175 print ('\t Got SVL Bootloader Version: ' + str (int .from_bytes (packet ['data' ],'big' )))
176- print ('\t Sending \' enter bootloader\' command' )
176+ verboseprint ('\t Sending \' enter bootloader\' command' )
177177
178178 send_packet (ser , SVL_CMD_BL , b'' )
179179
@@ -235,9 +235,6 @@ def phase_bootload(ser):
235235
236236 print ('\n \t Upload complete' )
237237
238- exit ()
239-
240-
241238
242239
243240
You can’t perform that action at this time.
0 commit comments