set pump output

This commit is contained in:
c3ma 2020-10-21 20:51:25 +02:00
parent 9b5bf90da9
commit 6e9b7b29ff

View File

@ -714,6 +714,7 @@ void setup() {
} }
/* read button */ /* read button */
pinMode(BUTTON, INPUT); pinMode(BUTTON, INPUT);
pinMode(OUTPUT_PUMP, OUTPUT);
/* Disable Wifi and bluetooth */ /* Disable Wifi and bluetooth */
WiFi.mode(WIFI_OFF); WiFi.mode(WIFI_OFF);