Skip to content

Commit

Permalink
failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jul 23, 2023
1 parent eab4168 commit 1370507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- develop
- 2023.7.1
- main
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace esphome
#endif

#ifdef USE_ESP8266
Color text_color, alarm_color, gauge_color, gauge_bgcolor,rindicator_color,lindicator_color, today_color, weekday_color, rainbow_color;
Color text_color, alarm_color, gauge_color, gauge_bgcolor,rindicator_color,lindicator_color, today_color, weekday_color, rainbow_color, clock_color;
EHMTX_Icon *icons[MAXICONS];
uint8_t gauge_value;
#endif
Expand Down

0 comments on commit 1370507

Please sign in to comment.