From 3be4b97c1771547ef1495b365f6b9d38b35a38fd Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Thu, 23 May 2024 21:25:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20Removes=20old=20filesystem?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/config/no_oat.csv | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 esp32/config/no_oat.csv diff --git a/esp32/config/no_oat.csv b/esp32/config/no_oat.csv deleted file mode 100644 index 367bb67..0000000 --- a/esp32/config/no_oat.csv +++ /dev/null @@ -1,11 +0,0 @@ -# ESP-IDF Partition Table -# This gives us some additional space for code. -# It should also fix the OTA regression. -# Name, Type, SubType, Offset, Size, Flags - -# Note that our NVS code assumes name 'storage' for the NVS partition - -nvs, data, nvs, 0x9000, 0x5000, -otadata, data, ota, 0xe000, 0x2000, -app0, app, ota_0, 0x10000, 0x200000, -storage, data, spiffs, 0x210000, 0x1E0000 \ No newline at end of file