mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Merge branch 'development' into pre-release-9.6.0
This commit is contained in:
commit
f100430125
@ -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``
|
||||
|
||||
@ -72,12 +72,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||
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.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``
|
||||
|
||||
@ -98,7 +98,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v9.6.0 Norman
|
||||
## Changelog v10.0.0 Norman
|
||||
### Added
|
||||
- Release of [Tasmota WebInstaller](https://arendst.github.io/Tasmota-firmware/)
|
||||
- Command ``SetOption2 1`` to enable display of global temperature/humidity/pressure info to JSON sensor message
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user