From 793c1fedacdaeac60a583e5a8d7d08649c9170cc Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 2 Jun 2022 16:56:04 +0200 Subject: [PATCH] add the new build env in override example --- platformio_override_sample.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index e78d20cdb..b0ee95454 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -31,12 +31,14 @@ default_envs = ; tasmota32-webcam ; tasmota32-knx ; tasmota32-sensors -; tasmota32-display +; tasmota32-lvgl ; tasmota32-ir ; tasmota32solo1 ; tasmota32c3 +; tasmota32c3usb ; tasmota32s2 ; tasmota32s3 +; tasmota32s3usb ; tasmota32-odroidgo ; tasmota32-core2 @@ -92,11 +94,11 @@ lib_extra_dirs = ${library.lib_extra_dirs} [env:tasmota32_base] ; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32 ;platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip -;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/837/framework-arduinoespressif32-v4.4_dev-6fa4526c0d.tar.gz +;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/847/framework-arduinoespressif32-v4.4_dev-d327997163.tar.gz build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} -; Build variant ESP32 4M Flash, Tasmota 1856k Code/OTA, 320k LITTLEFS (default) +; Build variant ESP32 4M Flash, Tasmota 1856k Code/OTA, 1344k LITTLEFS (default) ;board = esp32_4M ; Build variant ESP32 8M Flash, Tasmota 2944k Code/OTA, 2112k LITTLEFS ;board = esp32_8M