diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-10-30 15:47:38 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-10-30 15:52:26 +1100 |
| commit | b58c08150853b8055093dc116d407ffd543f8ec8 (patch) | |
| tree | 9b82d130d2c833fc234bca0f12f0fba1b7202c4d /partitions.csv | |
| parent | 18d90051c9145ead86d4da701a2bc54f45e4fb66 (diff) | |
| download | tangara-fw-b58c08150853b8055093dc116d407ffd543f8ec8.tar.gz | |
add locale-aware colation to db indexes
Diffstat (limited to 'partitions.csv')
| -rw-r--r-- | partitions.csv | 14 |
1 files changed, 7 insertions, 7 deletions
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, |
