From 9e2d0014d386b386d147e866da4c4e7bc4491192 Mon Sep 17 00:00:00 2001 From: lucas bamberg Date: Tue, 13 Jun 2023 20:59:56 +0200 Subject: [PATCH] add commend to used PIN for trigger relais board --- GIT_arduino_sprinkler_ntp_1relais.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT_arduino_sprinkler_ntp_1relais.ino b/GIT_arduino_sprinkler_ntp_1relais.ino index 917c32d..6a13e6d 100644 --- a/GIT_arduino_sprinkler_ntp_1relais.ino +++ b/GIT_arduino_sprinkler_ntp_1relais.ino @@ -5,7 +5,7 @@ const char* ssid = "foo"; const char* password = "bar"; //const int RELAIS = D8; //WEMOS D1 PIN D8 -const int RELAIS = D2; +const int RELAIS = D2; // "D2" PIN on WEMOS D1. On generic ESP 8266 boards like ESP-01 use PIN "3" => "GPIO2" WiFiUDP ntpUDP; NTPClient timeClient(ntpUDP);