mirror of
https://github.com/esphome/esphome.git
synced 2026-09-25 14:00:25 +00:00
[esp32] Add custom partitions and refactor partition table generation (#7682)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
pre-commit-ci-lite[bot]
Jonathan Swoboda
J. Nick Koston
Claude Opus 4.6
parent
2c31bdc6a2
commit
96da6dd075
@@ -1,5 +1,10 @@
|
||||
esp32:
|
||||
variant: esp32s3
|
||||
partitions:
|
||||
- name: my_data
|
||||
type: data
|
||||
subtype: spiffs
|
||||
size: 0x1000
|
||||
framework:
|
||||
type: esp-idf
|
||||
advanced:
|
||||
|
||||
Reference in New Issue
Block a user