mirror of https://github.com/arendst/Tasmota.git
Updated What's New (markdown)
parent
90b89d6748
commit
a0dc011158
|
@ -214,7 +214,7 @@ This process is now automated if used with an external OTA server.
|
|||
Tasmota now tries to load the requested image and if it notices that the image won't fit it will load the minimal version first which in turn will load the requested final image. This is OtaMagic.
|
||||
|
||||
#### Under the hood
|
||||
To ade in OtaMagic the file _pio/espupload.py_ has been updated to rename the platformio generated _firmware.bin_ filename to the released firmware filename.
|
||||
To aid in OtaMagic the file _pio/espupload.py_ has been updated to rename the platformio generated _firmware.bin_ filename to the released firmware filename.
|
||||
|
||||
To save code space when using version 2.4.0 of the ESP8266/Arduino board manager some compile time parameters need to be removed. For Ardiuino IDE a change has been made to file _arduino/version 2.4.0/platform.txt_ and for platformio a script _pio/strip-floats.py_ is made available to be enabled in _platformio.ini_ when compiling. When the correct installation steps are being performed as outlined in the menu on the right this will be implemented correctly.
|
||||
|
||||
|
|
Loading…
Reference in New Issue