mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-23 15:31:54 +00:00
🔨 Fix firmware upload (#24499)
This commit is contained in:
parent
0f5703a837
commit
6eef807520
1 changed files with 1 additions and 1 deletions
|
@ -84,9 +84,9 @@ def Upload(source, target, env):
|
||||||
try:
|
try:
|
||||||
clean_response = Resp.decode('utf8').rstrip().lstrip()
|
clean_response = Resp.decode('utf8').rstrip().lstrip()
|
||||||
clean_responses.append(clean_response)
|
clean_responses.append(clean_response)
|
||||||
|
debugPrint(f'<< {clean_response}')
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
debugPrint(f'<< {clean_response}')
|
|
||||||
return clean_responses
|
return clean_responses
|
||||||
|
|
||||||
#------------------#
|
#------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue