Merge pull request #11777 from Jason2866/patch-1

Remove compile hints
This commit is contained in:
Theo Arends 2021-04-18 15:56:57 +02:00 committed by GitHub
commit eaf6b41288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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