From 862c1caeda19656cffc2e310e59ed2952c81f9fb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 18 Apr 2021 16:03:30 +0200 Subject: [PATCH] Restore README for ESP8285 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ca644637..51e81f2c0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ 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: +- For ESP8285 based devices only Flash Mode **DOUT** is supported. Do not use Flash Mode DIO / QIO / QOUT as it might seem to brick your device. +- For ESP8285 based devices 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