Skip to content

Commit

Permalink
Fixed scale output not showing during timed brew
Browse files Browse the repository at this point in the history
  • Loading branch information
jsve-dev authored and LoQue90 committed May 27, 2024
1 parent b68fe5a commit 444264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ void looppid() {

handleMachineState();

#if (FEATURE_SCALE == 1 && BREWCONTROL_TYPE == 0) // SHOTTIMER with scale
#if (FEATURE_SCALE == 1 && BREWCONTROL_TYPE < 2) // SHOTTIMER with scale
shottimerscale();
#endif

Expand Down

0 comments on commit 444264d

Please sign in to comment.