mirror of https://github.com/arendst/Tasmota.git
Add for SDK 2.5.0 a screenshoot and a comment for actions recommended.
parent
eb77c04232
commit
a7ea3764ad
|
@ -29,6 +29,7 @@ Remove default compile options for floating point ``printf`` and ``scanf`` which
|
|||
|
||||
#### ESP8266 Board version 2.5.0
|
||||
Remove default compile options for floating point ``printf`` and ``scanf`` which are not being used by Tasmota and save 15k code space. Remove default exceptions code from Tasmota save 60k code space
|
||||
- Disable Exceptions in Arduino IDE / ``Tools``.
|
||||
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.5.0* file *platform.txt* with the Tasmota Source code file *arduino\version 2.5.0\platform.txt*.
|
||||
|
||||
#### For all versions
|
||||
|
@ -57,6 +58,10 @@ Remove default compile options for floating point ``printf`` and ``scanf`` which
|
|||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide242b.png" width="300" />
|
||||
|
||||
#### ESP8266 Board version 2.5.0:
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide250b.png" width="300" />
|
||||
|
||||
### Optional: Prepare for OTA upload
|
||||
Tasmota release Source code provides scripts to be installed in the Arduino IDE and your webserver to copy the compiled binary to your webserver. This webserver can then provide the firmware via OTA to the device.
|
||||
|
||||
|
|
Loading…
Reference in New Issue