🔨 Fix firmware upload (#24499)

This commit is contained in:
GHGiampy
2022-07-15 10:18:57 +02:00
committed by Scott Lahteine
parent b09997d137
commit 5a46b900d8

View File

@@ -64,9 +64,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
if Debug: print(f'<< {clean_response}')
return clean_responses return clean_responses
#------------------# #------------------#