From 05fe65c7d92826c6b38001818847acab5deeaf7c Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 22 Jun 2018 11:15:41 +1000 Subject: [PATCH] partition_table: Use names not numeric values in default OTA example partition --- components/partition_table/partitions_two_ota.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/partition_table/partitions_two_ota.csv b/components/partition_table/partitions_two_ota.csv index b33f114d1..0b14fdb41 100644 --- a/components/partition_table/partitions_two_ota.csv +++ b/components/partition_table/partitions_two_ota.csv @@ -3,6 +3,6 @@ nvs, data, nvs, 0x9000, 0x4000 otadata, data, ota, 0xd000, 0x2000 phy_init, data, phy, 0xf000, 0x1000 -factory, 0, 0, 0x10000, 1M -ota_0, 0, ota_0, , 1M -ota_1, 0, ota_1, , 1M +factory, app, factory, 0x10000, 1M +ota_0, app, ota_0, , 1M +ota_1, app, ota_1, , 1M