chore(mise): update PSRAM config and commit task command

This commit is contained in:
2026-02-16 19:15:48 -08:00
parent ff197dc889
commit c7ea8d5817

View File

@@ -93,7 +93,7 @@ arduino-cli compile \
description = "Upload to ESP32-S3-LCD-4.3" description = "Upload to ESP32-S3-LCD-4.3"
run = """ run = """
arduino-cli upload \ arduino-cli upload \
--fqbn "esp32:esp32:waveshare_esp32_s3_touch_lcd_43:PSRAM=opi,FlashSize=16M,USBMode=hwcdc,PartitionScheme=app3M_fat9M_16MB" \ --fqbn "esp32:esp32:waveshare_esp32_s3_touch_lcd_43:PSRAM=enabled,FlashSize=16M,USBMode=hwcdc,PartitionScheme=app3M_fat9M_16MB" \
--port "${PORT:-/dev/ttyACM0}" \ --port "${PORT:-/dev/ttyACM0}" \
./boards/esp32-s3-lcd-43 ./boards/esp32-s3-lcd-43
""" """