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:
Jason2866 2019-11-16 13:55:18 +01:00 committed by GitHub
parent ffdc7088d5
commit 6287eb5b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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