Skip to content

Commit

Permalink
loglevel => debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jan 21, 2024
1 parent acf326b commit 8d7a3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ namespace esphome

bool EHMTX::draw_clock(std::string format, esphome::display::BaseFont *font, Color color, int xpos, int ypos)
{
std::regex rgx{" "};
std::regex rgx{"^(%[HI])(.)(%M)(.)?(%S|%p)?$"};
std::smatch match;
if (!std::regex_search(format, match, rgx))
return false;
Expand Down

0 comments on commit 8d7a3f8

Please sign in to comment.