Skip to content

Commit

Permalink
cleanup userconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LoQue90 committed Jul 14, 2024
1 parent 0563b53 commit 90c078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userConfig_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ enum MACHINE {
// PID & Hardware
#define FEATURE_BREWCONTROL 0 // 0 = deactivated, 1 = activated
#define FEATURE_BREWDETECTION 1 // 0 = deactivated, 1 = activated
#define BREWDETECTION_TYPE 1 // 1 = Software (FEATURE_BREWCONTROL 0), 2 = Hardware FEATURE_BREWCONTROL 1, 3 = optocoupler for FEATURE_BREWCONTROL 0
#define BREWDETECTION_TYPE 1 // 1 = Software (FEATURE_BREWCONTROL 0), 2 = Hardware (FEATURE_BREWCONTROL 1), 3 = Optocoupler (FEATURE_BREWCONTROL 0)
#define FEATURE_POWERSWITCH 0 // 0 = deactivated, 1 = activated
#define POWERSWITCH_TYPE Switch::TOGGLE // Switch::TOGGLE or Switch::MOMENTARY (trigger)
#define POWERSWITCH_MODE Switch::NORMALLY_OPEN // Switch::NORMALLY_OPEN or Switch::NORMALLY_CLOSED
Expand Down

0 comments on commit 90c078b

Please sign in to comment.