Skip to content

Commit

Permalink
Move comment for VOLTAGESENSORTYPE in userConfig_sample.h to correct …
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
fiendie committed Oct 18, 2021
1 parent 20663cd commit 6b68527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rancilio-pid/rancilio-pid/userConfig_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ enum MACHINE {
#define ONLYPIDSCALE 0 // 0 = off , 1= OnlyPID with Scale
#define BREWMODE 1 // 1 = NORMAL preinfusion ; 2 = Scale with weight
#define BREWDETECTION 1 // 0 = off, 1 = Software (Onlypid 1), 2 = Hardware (Onlypid 0), 3 = Sensor/Hardware for Only PID
#define BREWSWITCHTYPE 1 // 1 = normal Switch, 2 = Trigger Switch
#define BREWSWITCHTYPE 1 // 1 = normal Switch, 2 = Trigger Switch
#define COLDSTART_PID 1 // 1 = default coldstart values, 2 = custom values via blynk (expert mode activated)
#define TRIGGERTYPE HIGH // LOW = low trigger, HIGH = high trigger relay // BREWDETECTION 3 configuration
#define VOLTAGESENSORTYPE HIGH
#define TRIGGERTYPE HIGH // LOW = low trigger, HIGH = high trigger relay
#define VOLTAGESENSORTYPE HIGH // BREWDETECTION 3 configuration
#define PINMODEVOLTAGESENSOR INPUT // Mode INPUT_PULLUP, INPUT or INPUT_PULLDOWN_16 (Only Pin 16)
#define PRESSURESENSOR 0 // 1 = pressure sensor connected to A0; PINBREWSWITCH must be set to the connected input!

Expand Down

0 comments on commit 6b68527

Please sign in to comment.