From a7ea3764ad77e5e7e8fb2ad91bf99836afc4b594 Mon Sep 17 00:00:00 2001 From: sindudas Date: Thu, 10 Jan 2019 11:05:38 +0100 Subject: [PATCH] Add for SDK 2.5.0 a screenshoot and a comment for actions recommended. --- Arduino-IDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Arduino-IDE.md b/Arduino-IDE.md index 789ca3e9..3991d36c 100644 --- a/Arduino-IDE.md +++ b/Arduino-IDE.md @@ -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 +#### ESP8266 Board version 2.5.0: + + + ### 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.