diff --git a/sketches/doorbell-touch/mise.toml b/sketches/doorbell-touch/mise.toml index 6d1254e..baae35a 100644 --- a/sketches/doorbell-touch/mise.toml +++ b/sketches/doorbell-touch/mise.toml @@ -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 """ diff --git a/sketches/mise.toml b/sketches/mise.toml index 29d9243..3e186ae 100644 --- a/sketches/mise.toml +++ b/sketches/mise.toml @@ -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 - "