Skip to content

Commit a00b166

Browse files
GHGiampyimp67
authored andcommitted
🔨 Fix firmware upload (MarlinFirmware#24499)
1 parent 9673623 commit a00b166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/share/scripts/upload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def _Recv():
8484
try:
8585
clean_response = Resp.decode('utf8').rstrip().lstrip()
8686
clean_responses.append(clean_response)
87+
debugPrint(f'<< {clean_response}')
8788
except:
8889
pass
89-
debugPrint(f'<< {clean_response}')
9090
return clean_responses
9191

9292
#------------------#

0 commit comments

Comments
 (0)