From 93ebde8bc0b38bb8ecc0affe57eb27bf5620f1b9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 20 Dec 2021 22:26:41 +0100 Subject: [PATCH 1/2] tasmota3 (esp8266 stage) --- platformio_tasmota_env.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 68d4b17e4..7c6d489e7 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -68,6 +68,11 @@ build_flags = ${env.build_flags} -DUSE_ZIGBEE -DUSE_CCLOADER -DUSE_U board = esp8266_4M2M board_build.f_cpu = 160000000L +[env:tasmota3] +platform = https://github.com/platformio/platform-espressif8266.git +platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git + mcspr/toolchain-xtensa @ ~5.100300.211127 + [env:tasmota-AF] build_flags = ${env.build_flags} -DMY_LANGUAGE=af_AF From 6d3904c8eeae11daaf7a0f086268026f5422563d Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 20 Dec 2021 21:42:43 +0000 Subject: [PATCH 2/2] esptool v3.1 --- platformio_tasmota_env.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 7c6d489e7..e2ce02124 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -69,9 +69,10 @@ board = esp8266_4M2M board_build.f_cpu = 160000000L [env:tasmota3] -platform = https://github.com/platformio/platform-espressif8266.git +platform = espressif8266 platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git mcspr/toolchain-xtensa @ ~5.100300.211127 + platformio/tool-esptoolpy @ ~1.30100 [env:tasmota-AF] build_flags = ${env.build_flags} -DMY_LANGUAGE=af_AF