added json, more pump code, bugs

This commit is contained in:
2023-04-14 20:39:11 +02:00
parent 08f14424af
commit d22e0bc752
10 changed files with 322 additions and 55 deletions
+2 -1
View File
@@ -14,4 +14,5 @@
#define INT_HALL_PIN 2
#define VALVE_COUNT 12
const uint8_t valvePins[VALVE_COUNT] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11};
const uint8_t valvePins[VALVE_COUNT] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11};
const char mainTopic[] = "LebennigHuus/Garden/Irrigation";