kodera2t / ESP32_OLED_webradio

OLED display support is added to ESP32 MP3 web radio/bluetotooth speaker code by MrBuddyCasino's. Now webradio station switching is supported (implemented by n24bass)
246 stars 68 forks source link

factory size #6

Closed karawin closed 7 years ago

karawin commented 7 years ago

I changed the size of the factory to 2M because the default one was too small with the new idf.

Name, Type, SubType, Offset, Size, Flags

Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild

nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x10000, 2M,

in partitions.csv custom partition.

kodera2t commented 7 years ago

Sorry for very long my absence and ignorance. Thank you for pointing out the issue for current esp-idf. Now it's fixed. Thank you!