From c4217a92e893ee7f9d57438220647998639b5bde Mon Sep 17 00:00:00 2001 From: adampr1 Date: Thu, 30 May 2024 17:12:30 +0200 Subject: [PATCH] Add support for Waveshare ESP32-S3-Touch-LCD-4.3 Add suppor for ws_esp32_s3_touch_lcd_4p3 from post https://github.com/HASwitchPlate/openHASP/discussions/602 --- platformio_override-template.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio_override-template.ini b/platformio_override-template.ini index 69a865c27..c3791ae86 100644 --- a/platformio_override-template.ini +++ b/platformio_override-template.ini @@ -78,6 +78,7 @@ extra_default_envs = ; wt-86-32-3zw1 ; yeacreate-nscreen32 ; wz2432r028 + ; ws_esp32_s3_touch_lcd_4p3 ;endregion ;region -- Define your local COM ports for each environment ---