From 6287eb5b27efabc20acb107ddbbcceaa9d8b7d58 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sat, 16 Nov 2019 13:55:18 +0100 Subject: [PATCH] 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 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 77053d7e2..22e0998ee 100755 --- a/platformio.ini +++ b/platformio.ini @@ -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