From b6ffa2712c876ca65e06f9dee6e78753c052e9b7 Mon Sep 17 00:00:00 2001 From: lamasseriadipolverara <73464291+lamasseriadipolverara@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:22:15 +0100 Subject: [PATCH] Conflict with 12 pin change the pin 12 to pin 16, because pin 12 affect the boot of the device (esp32 wroom - 32e) --- examples/Controller_examples/Irrigation/Irrigation.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Controller_examples/Irrigation/Irrigation.ino b/examples/Controller_examples/Irrigation/Irrigation.ino index 71acb16..15b5ed1 100644 --- a/examples/Controller_examples/Irrigation/Irrigation.ino +++ b/examples/Controller_examples/Irrigation/Irrigation.ino @@ -13,7 +13,7 @@ #define CONTROL_3 103 //Address for controller 3 #define CONTROL_4 104 //Address for controller 4 -#define COIL_1 12 //Coil Pin 1 +#define COIL_1 16 //Coil Pin 1 #define COIL_2 13 //Coil Pin 2 #define COIL_3 14 //Coil Pin 3 #define COIL_4 5 //Coil Pin 4