From 1b969dcb33e766e8046a0844604ad2b6fe380a33 Mon Sep 17 00:00:00 2001 From: Yurii Date: Tue, 23 Jan 2024 01:11:13 +0300 Subject: [PATCH] style: indents changed --- esp32_partitions.csv | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/esp32_partitions.csv b/esp32_partitions.csv index 50fab27..f43bdf2 100644 --- a/esp32_partitions.csv +++ b/esp32_partitions.csv @@ -1,7 +1,7 @@ -# Name, Type, SubType, Offset, Size, Flags -nvs, data, nvs, 0x9000, 0x5000, -otadata, data, ota, 0xE000, 0x2000, -app0, app, ota_0, 0x10000, 0x1B0000, -app1, app, ota_1, 0x1C0000, 0x1B0000, -spiffs, data, spiffs, 0x370000, 0x80000, -coredump, data, coredump, 0x3F0000, 0x10000, \ No newline at end of file +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000, +otadata, data, ota, 0xE000, 0x2000, +app0, app, ota_0, 0x10000, 0x1B0000, +app1, app, ota_1, 0x1C0000, 0x1B0000, +spiffs, data, spiffs, 0x370000, 0x80000, +coredump, data, coredump, 0x3F0000, 0x10000, \ No newline at end of file