adafruit -S2 update
... turns out that the partition file name has to end in "tinyuf2.csv" - its a special flag for internal build scripts. espressif, I sometimes hate you .-/
This commit is contained in:
@@ -1339,7 +1339,7 @@ platform = ${esp32.platformV4}
|
||||
platform_packages = ${esp32.platformV4_packages}
|
||||
|
||||
board = adafruit_qtpy_esp32s2
|
||||
board_build.partitions = tools/partitions-4MB-tinyuf2_spiffs.csv ;; this is needed for tinyUF2 bootloader!
|
||||
board_build.partitions = tools/partitions-4MB_spiffs-tinyuf2.csv ;; this is needed for tinyUF2 bootloader! Filename has to end in "tinyuf2.csv"
|
||||
board_build.f_flash = 80000000L
|
||||
board_build.flash_mode = qio
|
||||
upload_speed = 256000 ;; 921600
|
||||
@@ -1363,6 +1363,8 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags}
|
||||
-D WLED_USE_PSRAM
|
||||
-D WLED_DISABLE_INFRARED ;; save flash space
|
||||
-D WLED_DISABLE_ALEXA ;; save flash space
|
||||
-D WLED_DISABLE_HUESYNC ;; save flash space
|
||||
-D WLED_DISABLE_LOXONE ;; save flash space
|
||||
-D LEDPIN=39 ;; onboard neopixel LED. Attach your own LEDs to GPIO 7 or GPIO 6
|
||||
-D BTNPIN=0
|
||||
;-D RLYPIN=6
|
||||
@@ -1382,8 +1384,8 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags}
|
||||
lib_deps = ${env.lib_deps} ${esp32s2.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M}
|
||||
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
monitor_filters = esp32_exception_decoder
|
||||
; RAM: [=== ] 25.6% (used 83972 bytes from 327680 bytes)
|
||||
; Flash: [==========] 99.6% (used 1436038 bytes from 1441792 bytes)
|
||||
; RAM: [=== ] 25.4% (used 83324 bytes from 327680 bytes)
|
||||
; Flash: [==========] 98.6% (used 1421778 bytes from 1441792 bytes)
|
||||
|
||||
;; MM max environment for ESP32-C3 -> 4MB flash, no PSRAM
|
||||
;; to ewowi - i'll optimize this entry later ;-) really, I mean
|
||||
|
||||
Reference in New Issue
Block a user