Updated Arduino IDE (markdown)

Jason2866 2018-12-17 10:06:17 +01:00
parent a3ba546c97
commit 514ec2555c
1 changed files with 5 additions and 5 deletions

@ -23,13 +23,13 @@ IMPORTANT: For Windows users, before executing *arduino.exe* add an empty folder
- If not available copy from the Tasmota release Source code folder *arduino\version 2.3.0\tools\sdk\ld* file *eagle.flash.1m0.ld* to Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.3.0\tools\sdk\ld*.
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.3.0* file *boards.txt* with the Tasmota Source code file *arduino\version 2.3.0\boards.txt*.
#### ESP8266 Board version 2.4.0
#### ESP8266 Board version 2.4.2
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.0* file *platform.txt* with the Tasmota Source code file *arduino\version 2.4.0\platform.txt*.
- Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.4.0* file *platform.txt* with the Tasmota Source code file *arduino\version 2.4.2\platform.txt*.
#### ESP8266 Board version 2.4.1
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.1* file *platform.txt* with the Tasmota Source code file *arduino\version 2.4.1\platform.txt*. https://github.com/arendst/Sonoff-Tasmota/tree/development/arduino/version%202.4.1
#### 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
- 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
- Copy all files from the Tasmota release Source code folder *lib* into your *sketchbook\libraries* folder.