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 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 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 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 = 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"