From 0ded6ebd6478b8f64446651ae523b762c1942a4c Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Fri, 7 Jul 2023 07:09:04 +0200 Subject: [PATCH] config --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index f1b4512..d286383 100644 --- a/include/config.h +++ b/include/config.h @@ -16,5 +16,5 @@ #define VALVE_COUNT 12 #define MAX_VALVE_OPEN 3 -const uint8_t valvePins[VALVE_COUNT] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; +const uint8_t valvePins[VALVE_COUNT] = {1, 2, 5, 6, 7, 9, 10, 12, 13, 14, 15}; const char mainTopic[] = "LebennigHuus/Garden/Irrigation/Main"; \ No newline at end of file