mirror of https://github.com/arendst/Tasmota.git
esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3 (#21241)
This commit is contained in:
parent
cb70ff7a77
commit
f6cba1986b
|
@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [13.4.1.2]
|
## [13.4.1.2]
|
||||||
### Added
|
### Added
|
||||||
|
- esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212)
|
- ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212)
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
|
nvs, data, nvs, 0x9000, 0x5000,
|
||||||
|
otadata, data, ota, 0xe000, 0x2000,
|
||||||
|
safeboot, app, factory, 0x10000, 0xD0000,
|
||||||
|
app0, app, ota_0, 0xE0000, 0x3D0000,
|
||||||
|
spiffs, data, spiffs, 0x4B0000,0x150000,
|
|
Loading…
Reference in New Issue