Skip to content

Commit

Permalink
馃敤 Fix firmware upload (#24499)
Browse files Browse the repository at this point in the history
  • Loading branch information
GHGiampy authored and thinkyhead committed Jul 24, 2022
1 parent dddbc4d commit 0caf234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/scripts/upload.py
Expand Up @@ -64,9 +64,9 @@ def _Recv():
try:
clean_response = Resp.decode('utf8').rstrip().lstrip()
clean_responses.append(clean_response)
debugPrint(f'<< {clean_response}')
except:
pass
if Debug: print(f'<< {clean_response}')
return clean_responses

#------------------#
Expand Down

0 comments on commit 0caf234

Please sign in to comment.