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