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

This commit is contained in:
2026-02-16 19:15:48 -08:00
parent 7740d2fd76
commit 9ba3d4992c
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ arduino-cli compile \
description = "Upload to ESP32-S3-LCD-4.3"
run = """
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}" \
./boards/esp32-s3-lcd-43
"""

View File

@@ -7,4 +7,4 @@ run = "arduino-cli monitor"
dir = "{{cwd}}"
[tasks.snap]
run = "git add .;git commit -am snapshot"
run = "git add .; lumen draft | git commit -F - "