From 6a5871e68f351fa6568f5cf5d81c2b2b86ee4f76 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 1 Nov 2021 19:27:43 +0100 Subject: [PATCH] solo1 as extra core variant (#250) * remove gitlens * core32solo1 define Co-authored-by: Jason2866 --- platformio_tasmota32.ini | 13 ++++++++++++- platformio_tasmota_cenv_sample.ini | 3 +-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 39329fdb5..64e78a073 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -28,7 +28,18 @@ build_flags = ${esp_defaults.build_flags} [core32] platform = espressif32 @ 3.3.1 platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-release_v3.3.5.tar.gz - platformio/tool-esptoolpy @ ~1.30100 + platformio/toolchain-xtensa32 @ ~2.50200.0 + platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip + platformio/tool-mklittlefs @ ~1.203.200522 +build_unflags = ${esp32_defaults.build_unflags} +build_flags = ${esp32_defaults.build_flags} + + +[core32solo1] +platform = espressif32 @ 3.3.1 +platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-solo1-release_v3.3.5.tar.gz + platformio/toolchain-xtensa32 @ ~2.50200.0 + platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip platformio/tool-mklittlefs @ ~1.203.200522 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} \ No newline at end of file diff --git a/platformio_tasmota_cenv_sample.ini b/platformio_tasmota_cenv_sample.ini index b4ec5fa09..57c41ac23 100644 --- a/platformio_tasmota_cenv_sample.ini +++ b/platformio_tasmota_cenv_sample.ini @@ -63,8 +63,7 @@ build_flags = ${env:tasmota32_base.build_flags} [env:tasmota32solo1-ocd] ;build_type = debug extends = env:tasmota32_base -platform_packages = ${core32.platform_packages} - framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.5/tasmota-arduinoespressif32-solo1-release_v3.3.5.tar.gz +platform_packages = ${core32solo1.platform_packages} board = esp32_solo1_4M debug_tool = esp-prog upload_protocol = esp-prog