From 6598be4c3c5eae5c2acdf679db335dc425a5ae21 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Sun, 15 Apr 2018 17:10:19 +0200 Subject: [PATCH] Updated Arduino IDE (markdown) --- Arduino-IDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Arduino-IDE.md b/Arduino-IDE.md index b54ea267..b9002b3b 100644 --- a/Arduino-IDE.md +++ b/Arduino-IDE.md @@ -25,6 +25,9 @@ IMPORTANT: Before executing *arduino.exe* add an empty folder called *portable* #### ESP8266 Board version 2.4.0 - To 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*. +#### ESP8266 Board version 2.4.1 +- To 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*. + #### For all versions - Copy all files from the Tasmota release Source code folder *lib* into your *sketchbook\libraries* folder. - Copy the Tasmota release Source code folder *sonoff* to your *sketchbook*.