Files
esp-idf/components
KonstantinKondrashov 9b654db032 partition_table: Fix case when a few similar to otadata partitions in the table
It was when in the partition table there is a partition with type="data" and suptype=""(empty),
in this case type=1, suptype=0. It is similar to otadata partition.

This commit fixes it, now it will handle it as type=1, suptype=6 (ESP_PARTITION_SUBTYPE_DATA_UNDEFINED).
2021-08-18 09:23:17 +05:00
..
2021-07-16 20:14:27 +08:00
2021-07-01 19:53:50 +08:00
2021-07-16 20:14:27 +08:00
2021-08-06 17:08:21 +08:00
2021-07-22 10:43:10 +08:00
2021-07-16 20:14:27 +08:00
2021-07-22 10:43:10 +08:00