From 9ba3d4992c29be44ff87cdc5685246f24ead01ad Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Mon, 16 Feb 2026 19:15:48 -0800 Subject: [PATCH] chore(mise): update PSRAM config and commit task command --- sketches/doorbell-touch/mise.toml | 2 +- sketches/mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - "