added todo and change open valve limit to 4

This commit is contained in:
2023-08-02 00:06:53 +02:00
parent d6ea4b970f
commit f79c42dd28
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
#define INT_HALL_PIN 2 #define INT_HALL_PIN 2
#define VALVE_COUNT 12 #define VALVE_COUNT 12
#define MAX_VALVE_OPEN 3 #define MAX_VALVE_OPEN 4
const uint8_t valvePins[VALVE_COUNT] = {1, 2, 5, 6, 7, 9, 10, 12, 13, 14, 15}; const uint8_t valvePins[VALVE_COUNT] = {1, 2, 5, 6, 7, 9, 10, 12, 13, 14, 15};
const char mainTopic[] = "LebennigHuus/Garden/Irrigation/Main"; const char mainTopic[] = "LebennigHuus/Garden/Irrigation/Main";
+2
View File
@@ -0,0 +1,2 @@
Reboot to prevent problems with the overflow from millis() after 49 days
Show time since the pump is off as is it by the other states