From 6e9b7b29ffb618ced14aaa18728463bad3ba55c1 Mon Sep 17 00:00:00 2001 From: c3ma Date: Wed, 21 Oct 2020 20:51:25 +0200 Subject: [PATCH] set pump output --- esp32/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/esp32/src/main.cpp b/esp32/src/main.cpp index c420665..1319b3f 100644 --- a/esp32/src/main.cpp +++ b/esp32/src/main.cpp @@ -714,6 +714,7 @@ void setup() { } /* read button */ pinMode(BUTTON, INPUT); + pinMode(OUTPUT_PUMP, OUTPUT); /* Disable Wifi and bluetooth */ WiFi.mode(WIFI_OFF);