Skip to content

Commit

Permalink
ffs (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit authored Feb 1, 2023
2 parents fe60d9a + e241019 commit 3247a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functional/just_do_coffee.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void steamCtrl(const eepromValues_t &runningCfg, SensorState &currentState, bool

/*Water mode and all that*/
void hotWaterMode(SensorState &currentState) {
#ifdef PUMP_NEEDS_OPENVALVE
#ifdef PUMP_NEEDS_OPEN_VALVE
openValve();
#else
closeValve();
Expand Down

0 comments on commit 3247a2a

Please sign in to comment.