Skip to content

Commit

Permalink
Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL
Browse files Browse the repository at this point in the history
src/display/displayTemplateMinimal.h
- Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL

src/display/displayTemplateStandard.h
- Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL
  • Loading branch information
TobiEdelberg committed May 30, 2024
1 parent 1f552a7 commit 474f1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/display/displayTemplateMinimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void printScreen() {
u8g2.print(timeBrewed / 1000, 0);
u8g2.print("/");

if (BREWCONTROL_TYPE == 0) {
if (FEATURE_BREWCONTROL == 0) {
u8g2.print(brewtimesoftware, 0);
}
else {
Expand Down
2 changes: 1 addition & 1 deletion src/display/displayTemplateStandard.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void printScreen() {
u8g2.print(timeBrewed / 1000, 0);
u8g2.print("/");

if (BREWCONTROL_TYPE == 0) {
if (FEATURE_BREWCONTROL == 0) {
u8g2.print(brewtimesoftware, 0);
}
else {
Expand Down

0 comments on commit 474f1d8

Please sign in to comment.