Skip to content

Commit

Permalink
Merge pull request #140 from fiendie/comment_fix
Browse files Browse the repository at this point in the history
Move comment for VOLTAGESENSORTYPE in userConfig_sample.h to correct line
  • Loading branch information
murmeltier08 authored Oct 18, 2021
2 parents 20663cd + 6b68527 commit f198ba6
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 f198ba6

Please sign in to comment.