From b58c08150853b8055093dc116d407ffd543f8ec8 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 30 Oct 2023 15:47:38 +1100 Subject: add locale-aware colation to db indexes --- partitions.csv | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'partitions.csv') diff --git a/partitions.csv b/partitions.csv index 3cc251a7..dec2348c 100644 --- a/partitions.csv +++ b/partitions.csv @@ -1,9 +1,9 @@ # ESP-IDF Partition Table -# Name, Type, SubType, Offset, Size, Flags -nvs, data, nvs, 0x9000, 0x4000, -otadata, data, ota, 0xd000, 0x2000, -phy_init, data, phy, 0xf000, 0x1000, -ota_0, app, ota_0, 0x10000, 4M, -ota_1, app, ota_1, 0x410000, 4M, -assets, data, fat, 0x810000, 6M, +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x4000, +otadata, data, ota, 0xd000, 0x2000, +phy_init, data, phy, 0xf000, 0x1000, +ota_0, app, ota_0, 0x10000, 4M, +ota_1, app, ota_1, 0x410000, 4M, +collate, 0x40, 0x00, 0x810000, 3M, -- cgit v1.2.3