chore(mise): update PSRAM config and commit task command
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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 - "
|
||||
|
||||
Reference in New Issue
Block a user