Less verbose

This commit is contained in:
Jason2866 2022-01-06 23:20:21 +01:00 committed by GitHub
parent e039e59375
commit 48585eebd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def esp32_create_combined_bin(source, target, env):
print(f" - {hex(app_offset)} | {firmware_name}")
cmd += [hex(app_offset), firmware_name]
print('Using esptool.py arguments: %s' % ' '.join(cmd))
#print('Using esptool.py arguments: %s' % ' '.join(cmd))
esptool.main(cmd)