mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-31 14:37:49 +00:00
Compare commits
No commits in common. "2831bbfd18d2c2d32d95f4d0b0e0b58ea85d2c29" and "a2d1915692b4a73186fe7086c491a9cafa57444e" have entirely different histories.
2831bbfd18
...
a2d1915692
@ -12,8 +12,8 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
||||
- Berry string literals containing NULL are truncated (#23312)
|
||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL
|
||||
- Berry string literals containing NULL are truncated
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -123,7 +123,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311)
|
||||
- Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312)
|
||||
|
||||
### Removed
|
||||
|
@ -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.4.0.1 - Last update 17.04.2025
|
||||
* Updated until v9.4.0.1 - Last update 12.03.2025
|
||||
\*********************************************************************/
|
||||
|
||||
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
// Common
|
||||
#define D_ABSOLUTE_HUMIDITY "Umidità ass"
|
||||
#define D_ADDRESS "Indirizzo"
|
||||
#define D_ADDRESS "Address"
|
||||
#define D_ADMIN "Admin"
|
||||
#define D_AIR_QUALITY "Qualità dell'aria"
|
||||
#define D_AP "AP" // Access Point
|
||||
|
Loading…
x
Reference in New Issue
Block a user