mirror of https://github.com/arendst/Tasmota.git
Less verbose
This commit is contained in:
parent
e039e59375
commit
48585eebd2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue