esp-idf/components
KonstantinKondrashov 208b41975b 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-10-26 16:07:31 +08:00
..
2021-10-21 19:24:12 +08:00
2021-10-21 21:54:04 +08:00
2021-10-14 21:37:57 +08:00
2021-09-21 16:31:21 +08:00
2021-10-12 14:25:38 +08:00
2020-12-25 15:46:36 +08:00