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/5] 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/5] 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/5] 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/5] 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 From 353dd56d5687b09305a6d19531980c42d6aeeed2 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:28:40 +0100 Subject: [PATCH 5/5] Update italian language --- tasmota/language/it_IT.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/language/it_IT.h b/tasmota/language/it_IT.h index 684c8e4b7..a582b9e37 100644 --- a/tasmota/language/it_IT.h +++ b/tasmota/language/it_IT.h @@ -28,7 +28,7 @@ * Use online command StateText to translate ON, OFF, HOLD and TOGGLE. * Use online command Prefix to translate cmnd, stat and tele. * - * Updated until v10.1.0.6 - Last update 20.02.2022 + * Updated until v10.1.0.6 - Last update 08.03.2022 \*********************************************************************/ #define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English) @@ -851,7 +851,7 @@ #define D_SENSOR_BL6523_TX "BL6523 - TX" #define D_SENSOR_BL6523_RX "BL6523 - RX" #define D_SENSOR_HEARTBEAT "Battito cardiaco" -#define D_SENSOR_RESET "Reset" +#define D_SENSOR_RESET "Ripristino" #define D_GPIO_SHIFT595_SRCLK "74x595 - SRCLK" #define D_GPIO_SHIFT595_RCLK "74x595 - RCLK" #define D_GPIO_SHIFT595_OE "74x595 - OE"