Revert "DIO as default for ESP82xx"

This reverts commit 5673e11fac48d2fbc1786abfc7970a6c391b2b1c.
This commit is contained in:
Theo Arends 2022-11-09 11:57:34 +01:00
parent 67c4b1be1f
commit 64a609eae2
8 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,6 @@ All notable changes to this project will be documented in this file.
- Redesign distance sensors VL53LXX, TOF10120, HRXL and DYP to use cm instead of mm (#17021)
### Changed
- Default Flash Mode changed from ``DOUT`` to ``DIO`` for ESP8266/ESP8285
### Fixed

View File

@ -62,7 +62,8 @@ Download one of the released binaries from http://ota.tasmota.com/tasmota/releas
## Important User Compilation Information
If you want to compile Tasmota yourself keep in mind the following:
- For ESP8285 based devices Flash Mode **DOUT** and **DIO** are supported. Do not use Flash Mode QIO / QOUT as it might seem to brick your device.
- 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

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_1M",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_2M -DESP8266_2M1M",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_2M -DESP8266_2M256",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_4M -DESP8266_4M2M",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_4M -DESP8266_4M3M",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},

View File

@ -7,7 +7,7 @@
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DESP8266_2M -DESP8266_2M256",
"f_cpu": "160000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "dout",
"mcu": "esp8266",
"variant": "generic"
},