mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Compare commits
2 Commits
a2d1915692
...
2831bbfd18
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2831bbfd18 | ||
![]() |
92b3f7d37c |
@ -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
|
||||
- Berry string literals containing NULL are truncated
|
||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
||||
- Berry string literals containing NULL are truncated (#23312)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -123,5 +123,7 @@ 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 12.03.2025
|
||||
* Updated until v9.4.0.1 - Last update 17.04.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 "Address"
|
||||
#define D_ADDRESS "Indirizzo"
|
||||
#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