mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Merge branch 'development' of https://github.com/arendst/Tasmota into development
This commit is contained in:
commit
2e859b7cd7
1
.github/workflows/Tasmota_build_devel.yml
vendored
1
.github/workflows/Tasmota_build_devel.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
matrix:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-minimal
|
||||
- tasmota-display
|
||||
- tasmota-ir
|
||||
|
1
.github/workflows/Tasmota_build_master.yml
vendored
1
.github/workflows/Tasmota_build_master.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
matrix:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-minimal
|
||||
- tasmota-display
|
||||
- tasmota-ir
|
||||
|
1
.github/workflows/build_all_the_things.yml
vendored
1
.github/workflows/build_all_the_things.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
matrix:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-display
|
||||
- tasmota-ir
|
||||
- tasmota-knx
|
||||
|
@ -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 =
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user