From c7ea8d5817b831c66587801da41e125facb40c38 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 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 6d1254e..baae35a 100644 --- a/mise.toml +++ b/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 """