Skip to content

Commit f6cba19

Browse files
authored
esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3 (#21241)
1 parent cb70ff7 commit f6cba19

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
## [13.4.1.2]
77
### Added
8+
- esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3
89

910
### Breaking Changed
1011
- ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Name, Type, SubType, Offset, Size, Flags
2+
nvs, data, nvs, 0x9000, 0x5000,
3+
otadata, data, ota, 0xe000, 0x2000,
4+
safeboot, app, factory, 0x10000, 0xD0000,
5+
app0, app, ota_0, 0xE0000, 0x3D0000,
6+
spiffs, data, spiffs, 0x4B0000,0x150000,

0 commit comments

Comments
 (0)