From 2fe67a3152bda49d2c3912bc22dca58c1f95bc1a Mon Sep 17 00:00:00 2001 From: Emil Muratov Date: Fri, 6 Oct 2023 17:14:19 +0900 Subject: [PATCH] add esp_s3 build env (commented out) --- platformio.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platformio.ini b/platformio.ini index a236c34..0e8e8e4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -114,3 +114,10 @@ build_flags = ;upload_protocol = custom ;upload_port = http://espem/update ;upload_flags = compress + +;[env:espem_s3] +;extends = esp32_base +;board = lolin_s3 +;lib_deps = +; ${esp32_base.lib_deps} +; https://github.com/vortigont/pzem-edl