mirror of https://github.com/arendst/Tasmota.git
Core 2.5.2.
parent
508896b500
commit
350e06948d
|
@ -31,10 +31,10 @@ IMPORTANT: For Windows users, before executing *arduino.exe* add an empty folder
|
||||||
Remove default compile options for floating point ``printf`` and ``scanf`` which are not being used by Tasmota and save 15k code space.
|
Remove default compile options for floating point ``printf`` and ``scanf`` which are not being used by Tasmota and save 15k code space.
|
||||||
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.4.2* file *platform.txt* with the Tasmota Source code file *arduino\version 2.4.2\platform.txt*.
|
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.4.2* file *platform.txt* with the Tasmota Source code file *arduino\version 2.4.2\platform.txt*.
|
||||||
|
|
||||||
#### ESP8266 Board version 2.5.1
|
#### ESP8266 Board version 2.5.2
|
||||||
Remove default compile options for floating point ``printf`` and ``scanf`` which are not being used by Tasmota and save 15k code space.
|
Remove default compile options for floating point ``printf`` and ``scanf`` which are not being used by Tasmota and save 15k code space.
|
||||||
- Use Setting Disable Exceptions in Arduino IDE / ``Tools``
|
- Use Setting Disable Exceptions in Arduino IDE / ``Tools``
|
||||||
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.5.1* file *platform.txt* with the Tasmota Source code file *arduino\version 2.5.1\platform.txt*.
|
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.5.2* file *platform.txt* with the Tasmota Source code file *arduino\version 2.5.1\platform.txt*.
|
||||||
|
|
||||||
#### For all versions
|
#### For all versions
|
||||||
- Copy all files from the Tasmota release Source code folder *lib* into your *sketchbook\libraries* folder.
|
- Copy all files from the Tasmota release Source code folder *lib* into your *sketchbook\libraries* folder.
|
||||||
|
@ -54,7 +54,7 @@ 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" />
|
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide242b.png" width="300" />
|
||||||
|
|
||||||
#### ESP8266 Board version 2.5.1:
|
#### ESP8266 Board version 2.5.2:
|
||||||
|
|
||||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide250b.png" width="300" />
|
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide250b.png" width="300" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue