From 8406657906f956053a6859b7f699c66b3d390f8f Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 4 Feb 2024 14:51:44 +0100 Subject: [PATCH] text change --- src/emsdevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsdevice.cpp b/src/emsdevice.cpp index f33e643ab..1ad7a1832 100644 --- a/src/emsdevice.cpp +++ b/src/emsdevice.cpp @@ -501,7 +501,7 @@ void EMSdevice::add_device_value(uint8_t tag, // to b uint32_t max // max allowed value ) { // initialize the device value depending on it's type - // ignoring DeviceValueType::CMD and DeviceValueType::TIME + // ignoring DeviceValueType::CMD if (type == DeviceValueType::STRING) { *(char *)(value_p) = {'\0'}; // this is important for string functions like strlen() to work later