From 83294be8fec305744c223a822d6463be112cd524 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Mon, 2 Apr 2018 11:31:05 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3300c8b0d..84a7814f0 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ Current version is **5.12.0i** - See [sonoff/_releasenotes.ino](https://github.c ### Quick install -Download one of the release binaries from https://github.com/arendst/Sonoff-Tasmota/releases and flash it to your hardware as documented in the wiki. +Download one of the released binaries from https://github.com/arendst/Sonoff-Tasmota/releases and flash it to your hardware as documented in the wiki. -### User compilation parameters +### Important User Compilation Information -If you want to compile Tasmota yourself keep in mind the following: +If you want to compile Sonoff-Tasmota yourself keep in mind the following: - Only Flash Mode **DOUT** is supported. Do not use Flash Mode DIO / QIO / QOUT as it might seem to brick your device. See [Wiki](https://github.com/arendst/Sonoff-Tasmota/wiki/Theo's-Tasmota-Tips) for background information. -- Tasmota uses a linker script WITHOUT spiffs for optimal code space. If you compile your own firmware on Arduino IDE and ESP/Arduino library 2.3.0 then download the new linker to your IDE or Platformio base folder. Later version of ESP/Arduino library already contain the correct linker script. See [Wiki > Prerequisite](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite). -- To make compile time changes to Tasmota can use the user_config_override.h file. It assures keeping your settings when you compile a new version. To use user_config.override.h copy the provided user_config.override_sample.h file to user_config.override.h and add your setting overrides. To enable the override file you will need to add a compile define as documented in the user_config_override_sample.h file +- Sonoff-Tasmota uses a linker script WITHOUT spiffs for optimal code space. If you compile using ESP/Arduino library 2.3.0 then download the new linker to your Arduino IDE or Platformio base folder. Later version of ESP/Arduino library already contain the correct linker script. See [Wiki > Prerequisite](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite). +- To make compile time changes to Sonoff-Tasmota it can use the ``user_config_override.h`` file. It assures keeping your settings when you compile a new version. To use ``user_config.override.h`` copy the provided ``user_config.override_sample.h`` file and add your setting overrides. To enable the override file you will need to add a compile define as documented in the ``user_config_override_sample.h`` file. ### Version Information