Skip to content

Commit

Permalink
esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3 (ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Apr 21, 2024
1 parent cb70ff7 commit f6cba19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.

## [13.4.1.2]
### Added
- esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3

### Breaking Changed
- ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212)
Expand Down
6 changes: 6 additions & 0 deletions partitions/esp32_partition_app3904k_fs3392k.csv
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit f6cba19

Please sign in to comment.