fix missing colon

master
Nicolò Balzarotti 2023-02-25 12:30:32 +01:00
parent 53e5f15dc5
commit b74c9555d4
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class Sensors():
'H_ext': SHT40('Humidity'),
'heater': GPIOState(22),
'humidifier/heater2': GPIOState(17),
'freezer' GPIOState(14),
'freezer': GPIOState(14),
'fan': GPIOState(27),
}