Skip to content

Commit

Permalink
2024.12.1: Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Dec 9, 2024
1 parent 44d48ac commit 4d83d89
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#ifndef EHMTX_H
#define EHMTX_H
#include "esphome.h"
// #ifdef EHMTXv2_MULTICOLOR_TEXT
// #include <array>
// #endif
#define USE_Fireplugin
#include "esphome/components/time/real_time_clock.h"

Expand Down Expand Up @@ -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<Color, 96> charcolors;
// #endif
#endif
#ifdef USE_ESP8266
Color text_color, progressbar_color, progressbar_back_color;
Expand All @@ -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);
Expand Down

0 comments on commit 4d83d89

Please sign in to comment.