From 6a259f7ccaf37533be650cfc84ea73cc76155aa4 Mon Sep 17 00:00:00 2001 From: Proddy Date: Tue, 12 Oct 2021 15:00:05 +0200 Subject: [PATCH] removed # from comments --- src/emsdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index 8e4aa2191..427edae76 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -426,7 +426,7 @@ class EMSdevice { void * value_p; // pointer to variable of any type uint8_t type; // DeviceValueType::* const __FlashStringHelper * const * options; // options as a flash char array - uint8_t options_size; // # options in the char array, calculated + uint8_t options_size; // number of options in the char array, calculated const __FlashStringHelper * short_name; // used in MQTT const __FlashStringHelper * full_name; // used in Web and Console uint8_t uom; // DeviceValueUOM::*