SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.45k stars 349 forks source link

ESP32 IDF defines different value for LittleFS partitions #2839

Open mikee47 opened 1 week ago

mikee47 commented 1 week ago

ESP IDF defines ESP_PARTITION_SUBTYPE_DATA_LITTLEFS as 0x83, but Sming uses 0xF3.

This should not cause problems but noted here just in case.

Note: Added to IDF June 2023 https://github.com/espressif/esp-idf/commit/c9b2b03d3d2da8d33c5250279a79b67b63f80bf9. Added to Sming April 2021 https://github.com/SmingHub/Sming/commit/5321a3ddc0e2eb032ee321578f4f00426871fda7