Fixed pinlist and temperature sensor map
This commit is contained in:
@@ -11,11 +11,11 @@ enum RO // relay output channels
|
||||
GND_FLOOR = 6,
|
||||
PUMP_HT = 7,
|
||||
PUMP_IRR = 8,
|
||||
ZONE1 = 9,
|
||||
ZONE2 = 10,
|
||||
ZONE3 = 11,
|
||||
DRIP = 12,
|
||||
RETURN = 13,
|
||||
RETURN = 9,
|
||||
ZONE1 = 10,
|
||||
ZONE2 = 11,
|
||||
ZONE3 = 12,
|
||||
DRIP = 13,
|
||||
RO_14 = 14,
|
||||
RO_15 = 15,
|
||||
RO_MAX = 16 // unused to detect invalid values
|
||||
|
||||
Reference in New Issue
Block a user