Skip to content

Commit

Permalink
stop pressure releases on preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit committed Apr 26, 2023
1 parent 7409eab commit b2df868
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file modified nextion-basic-lcd.tft
Binary file not shown.
Binary file modified nextion-discovery-lcd.tft
Binary file not shown.
1 change: 1 addition & 0 deletions src/gaggiuino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ static inline void systemHealthCheck(float pressureThreshold) {
switch (static_cast<SCREEN_MODES>(lcdCurrentPageId)) {
case SCREEN_MODES::SCREEN_brew_manual:
case SCREEN_MODES::SCREEN_brew_graph:
case SCREEN_MODES::SCREEN_graph_preview:
brewDetect();
lcdRefresh();
lcdListen();
Expand Down
3 changes: 2 additions & 1 deletion src/lcd/lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ enum class SCREEN_MODES {
SCREEN_brew_graph,
SCREEN_brew_more,
SCREEN_shot_settings,
SCREEN_splash
SCREEN_splash,
SCREEN_graph_preview
} ;

void lcdInit(void);
Expand Down

0 comments on commit b2df868

Please sign in to comment.