mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs,data,nvs,0x9000,24K,
|
|
phy_init,data,phy,0xf000,4K,
|
|
pre_prov,data,nvs,0x10000,0x3000,
|
|
factory,app,factory,0x20000,1M,
|