From 653c3a2dd48178cedc96f50ac437a9f1db978cbb Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:46:23 +0200 Subject: [PATCH 1/3] Update de_DE.h --- tasmota/language/de_DE.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasmota/language/de_DE.h b/tasmota/language/de_DE.h index a2b0e737b..1e0f05225 100644 --- a/tasmota/language/de_DE.h +++ b/tasmota/language/de_DE.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 v9.5.0.7 + * Updated until v9.5.0.9 \*********************************************************************/ //#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English) @@ -76,7 +76,7 @@ #define D_COUNT "Anzahl" // used as a noun throughout #define D_COUNTER "Zähler" #define D_CT_POWER "CT Power" -#define D_CURRENT "Strom" // As in Voltage and Current +#define D_CURRENT "Strom" // As in Voltage and Current #define D_DATA "Daten" #define D_DARKLIGHT "dunkel" #define D_DEBUG "debug" @@ -889,9 +889,9 @@ #define D_UNIT_WATTHOUR "Wh" #define D_UNIT_WATT_METER_QUADRAT "W/m²" -#define D_NEW_ADDRESS "Neue Adresse" -#define D_OUT_OF_RANGE "Außerhalb Bereich" -#define D_SENSOR_DETECTED "erkannt" +#define D_NEW_ADDRESS "Neue Adresse" +#define D_OUT_OF_RANGE "Außerhalb Bereich" +#define D_SENSOR_DETECTED "erkannt" //SDM220, SDM120, SDM72, LE01MR #define D_EXPORT_POWER "Exportiere Leistung" @@ -951,7 +951,7 @@ #define D_CREATE_NEW_FILE "Datei erstellen und bearbeiten" #define D_EDIT_FILE "Datei bearbeiten" #define D_CONFIRM_FILE_DEL "Datei löschen bestätigen" -#define D_SHOW_HIDDEN_FILES "Show hidden files" +#define D_SHOW_HIDDEN_FILES "Zeige versteckte Datei(en)" //xsns_67_as3935.ino #define D_AS3935_GAIN "Umgebung:" @@ -1021,7 +1021,7 @@ #define D_FP_INVALIDIMAGE "Abbild ungültig" // 0x15 Failed to generate image because of lac of valid primary image #define D_FP_FLASHERR "Flash Schreibfehler" // 0x18 Error when writing flash #define D_FP_INVALIDREG "Ungültige ID-Nummer" // 0x1A Invalid register number -#define D_FP_ADDRCODE "Adresse" // 0x20 Address code +#define D_FP_ADDRCODE "Adresse" // 0x20 Address code #define D_FP_PASSVERIFY "Übereinstimmung" // 0x21 Verify the fingerprint passed #define D_FP_UNKNOWNERROR "Fehler" // Any other error From 7d5f667a7ad6802b4a801dce0d257fb0496b0407 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:46:43 +0200 Subject: [PATCH 2/3] Update RELEASENOTES.md --- RELEASENOTES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6c9f57403..235348773 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -64,20 +64,20 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota/release-9.5.0 +- http://ota.tasmota.com/tasmota/release-9.6.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32 based -The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.7.3**. +The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.7.4**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** -- **tasmota32_8M.bin** = The Tasmota version with most drivers including additional sensors and KNX for 8M+ flash. -- **tasmota32_16M.bin** = The Tasmota version with most drivers including additional sensors and KNX for 16M+ flash. +- **tasmota32c3.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3 and 4M+ flash. - **tasmota32solo1.bin** = The Tasmota version with most drivers including additional sensors and KNX for single core ESP32 and 4M+ flash. - **tasmota32-AF.bin** to **tasmota32-VN.bin** = The Tasmota version in different languages for 4M+ flash. - **tasmota32-ir.bin** = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features for 4M+ flash. - **tasmota32-display.bin** = The Display version without Energy Monitoring but adds display support for 4M+ flash. +- **tasmota32-lvgl.bin** = The LVGL version adds Light and Versatile Graphics Library (LVGL) display support for 4M+ flash. - **tasmota32-webcam.bin** = The Webcam version adds webcam support for 4M+ flash. - **tasmota32-bluetooth.bin** = The Bluetooth version adds BLE support for 4M+ flash. - **tasmota32-odroidgo.bin** = The Odroid-Go version is specifically tailored to Odroid_go hardware for 8M+ flash. @@ -88,7 +88,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota32/release-9.5.0 +- http://ota.tasmota.com/tasmota32/release-9.6.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin`` @@ -145,7 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - ESP32 crash recorder ``Status 12`` for ESP32/ESP32-S2/ESP32-C3, supporting Esp-idf 3.3/4.4 ### Breaking Changed -- ESP32 LVGL updated to v8.0.2 +- ESP32 Light and Versatile Graphics Library (LVGL) updated to v8.0.2 ### Changed - Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware From 8121633278fa30d237d5ca614b74bde18f75b953 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:28:58 +0200 Subject: [PATCH 3/3] Update RELEASENOTES.md --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 235348773..3c5a9d680 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -64,7 +64,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota/release-9.6.0 +- http://ota.tasmota.com/tasmota/release-10.0.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` @@ -88,7 +88,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota32/release-9.6.0 +- http://ota.tasmota.com/tasmota32/release-10.0.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin``