From 2569124337bf42297f1f043c2206b7d3ffedb574 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:10:13 +0100 Subject: [PATCH 1/4] add esp8266 4M build --- platformio_tasmota_env.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 68d4b17e4..e84fe8d25 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -34,6 +34,9 @@ lib_ignore = [env:tasmota] +[env:tasmota4M] +board = esp8266_4M2M + [env:tasmota-minimal] build_flags = ${env.build_flags} -DFIRMWARE_MINIMAL lib_extra_dirs = From 2cfdaaf2c6b961bbb854bb7240affd8f8cb8b371 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:12:13 +0100 Subject: [PATCH 2/4] tasmota4M --- .github/workflows/build_all_the_things.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index f11f44eb2..9259cdf50 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -24,6 +24,7 @@ jobs: matrix: variant: - tasmota + - tasmota4M - tasmota-display - tasmota-ir - tasmota-knx From 037ab5626a1604f5a9cd16ce2b3277bc80544d12 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:12:48 +0100 Subject: [PATCH 3/4] tasmota4M --- .github/workflows/Tasmota_build_devel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 511e322b7..c609f358d 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -22,6 +22,7 @@ jobs: matrix: variant: - tasmota + - tasmota4M - tasmota-minimal - tasmota-display - tasmota-ir From d663ad97b87267470be83d1d0e6842c7459c560b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:13:22 +0100 Subject: [PATCH 4/4] tasmota4M --- .github/workflows/Tasmota_build_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 6d29cb7c9..1fc5d50a9 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -21,6 +21,7 @@ jobs: matrix: variant: - tasmota + - tasmota4M - tasmota-minimal - tasmota-display - tasmota-ir