From f6c9f7da07f521671785751e0491d704502fd889 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 18 Apr 2021 12:55:00 +0200 Subject: [PATCH] Remove compile hints since there is no user attention necessary for flash mode settings (all in Platformio setup). And for some ESP32 other flash modes are used. There is not only 1M linker script since a while. Zbbridge is using a different. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8105a2f53..9ca644637 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ Download one of the released binaries from https://github.com/arendst/Tasmota/re ## Important User Compilation Information If you want to compile 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. -- Tasmota uses a 1M linker script WITHOUT spiffs **1M (no SPIFFS)** for optimal code space. - To make compile time changes to Tasmota use the `user_config_override.h` file. It assures keeping your custom settings when you download and compile a new version. You have to make a copy from the provided `user_config_override_sample.h` file and add your setting overrides. ## Configuration Information