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)
189 B
189 B
1 | # ESP-IDF Partition Table |
---|---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | nvs,data,nvs,0x9000,24K, |
4 | phy_init,data,phy,0xf000,4K, |
5 | pre_prov,data,nvs,0x10000,0x3000, |
6 | factory,app,factory,0x20000,1M, |