diff --git a/components/ehmtxv2/EHMTX.h b/components/ehmtxv2/EHMTX.h index 6135e29..7b513a9 100644 --- a/components/ehmtxv2/EHMTX.h +++ b/components/ehmtxv2/EHMTX.h @@ -1,9 +1,6 @@ #ifndef EHMTX_H #define EHMTX_H #include "esphome.h" -// #ifdef EHMTXv2_MULTICOLOR_TEXT -// #include -// #endif #define USE_Fireplugin #include "esphome/components/time/real_time_clock.h" @@ -365,9 +362,6 @@ namespace esphome PROGMEM Color text_color, progressbar_color, progressbar_back_color; PROGMEM std::string text; PROGMEM std::string icon_name; - // #ifdef EHMTXv2_MULTICOLOR_TEXT - // PROGMEM std::array charcolors; - // #endif #endif #ifdef USE_ESP8266 Color text_color, progressbar_color, progressbar_back_color; @@ -380,10 +374,6 @@ namespace esphome Color heatColor(uint8_t temperature); void status(); - // #ifdef EHMTXv2_MULTICOLOR_TEXT - // void multicolor(std::string text,Color c); - // #endif - void draw(); bool isfree(); bool update_slot(uint8_t _icon);