mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Change rename firmware script to name firmware
Since the old script did a rename Platformio flash function failed. Change script to `copy` firmware.bin to tasmota variant name. So the firmware.bin is still there and flash is working in Plaformio With this change script can be activated and every function will work
This commit is contained in:
parent
ffdc7088d5
commit
6287eb5b27
@ -86,7 +86,7 @@ upload_resetmethod = nodemcu
|
||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
||||
upload_port = COM5
|
||||
extra_scripts = pio/strip-floats.py
|
||||
; pio/rename-firmware.py
|
||||
; pio/name-firmware.py
|
||||
; pio/obj-dump.py
|
||||
|
||||
; *** Upload file to OTA server using SCP
|
||||
|
Loading…
x
Reference in New Issue
Block a user