fix(partitions): update 4mb to No OTA in platformIO.ini
This commit is contained in:
parent
dc5ff4ae9f
commit
96fa8d2066
1 changed files with 9 additions and 9 deletions
|
|
@ -204,7 +204,7 @@ board_build.partitions = min_spiffs.csv
|
|||
extends = common:esp32
|
||||
board = featheresp32-s2
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S2 TFT
|
||||
|
|
@ -212,7 +212,7 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s2_tft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S2 Reverse TFT
|
||||
|
|
@ -220,7 +220,7 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s2_reversetft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 2MB PSRAM
|
||||
|
|
@ -229,7 +229,7 @@ extends = common:esp32
|
|||
board = adafruit_feather_esp32s3
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 NO PSRAM
|
||||
|
|
@ -248,7 +248,7 @@ debug_tool = esp-builtin
|
|||
board = adafruit_feather_esp32s3_tft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 Reverse TFT
|
||||
|
|
@ -257,7 +257,7 @@ extends = common:esp32
|
|||
board = adafruit_feather_esp32s3_reversetft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Magtag ESP32-S2
|
||||
|
|
@ -266,7 +266,7 @@ extends = common:esp32
|
|||
board = adafruit_magtag29_esp32s2
|
||||
build_flags = -DARDUINO_MAGTAG29_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Metro ESP32-S2
|
||||
|
|
@ -275,7 +275,7 @@ extends = common:esp32
|
|||
board = adafruit_metro_esp32s2
|
||||
build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Metro ESP32-S3
|
||||
|
|
@ -364,7 +364,7 @@ extends = common:esp32
|
|||
board = adafruit_qtpy_esp32s2
|
||||
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit QT Py ESP32-S3 NO PSRAM
|
||||
|
|
|
|||
Loading…
Reference in a new issue