Fixed pinlist and temperature sensor map

This commit is contained in:
Emanuele Trabattoni
2025-08-29 10:21:44 +02:00
parent 637304781c
commit fc2687947a
4 changed files with 14 additions and 13 deletions

View File

@@ -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