remove OTA partition for now until fw size got smaller again

This commit is contained in:
mverch67
2025-07-29 22:06:21 +02:00
parent bc8e509a8c
commit f3734d407d
2 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"build": {
"arduino": {
"ldscript": "esp32s3_out.ld",
"partitions": "default_8MB.csv",
"partitions": "8MB_no_ota.csv",
"memory_type": "qio_opi"
},
"core": "esp32",
@@ -15,6 +15,7 @@
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_boot": "120000000L",
"boot_freq": "120000000L",
"boot": "qio",
"flash_mode": "qio",