Compare commits

..

No commits in common. "2831bbfd18d2c2d32d95f4d0b0e0b58ea85d2c29" and "a2d1915692b4a73186fe7086c491a9cafa57444e" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -12,8 +12,8 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
### Fixed ### Fixed
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311) - Berry `bytes().asstring()` now truncates a string if buffer contains NULL
- Berry string literals containing NULL are truncated (#23312) - Berry string literals containing NULL are truncated
### Removed ### Removed

View File

@ -123,7 +123,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed ### Changed
### Fixed ### 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 ### Removed

View File

@ -28,7 +28,7 @@
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE. * Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
* Use online command Prefix to translate cmnd, stat and tele. * 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) #define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
@ -52,7 +52,7 @@
// Common // Common
#define D_ABSOLUTE_HUMIDITY "Umidità ass" #define D_ABSOLUTE_HUMIDITY "Umidità ass"
#define D_ADDRESS "Indirizzo" #define D_ADDRESS "Address"
#define D_ADMIN "Admin" #define D_ADMIN "Admin"
#define D_AIR_QUALITY "Qualità dell'aria" #define D_AIR_QUALITY "Qualità dell'aria"
#define D_AP "AP" // Access Point #define D_AP "AP" // Access Point