From 482e6d64e80710389dfb0b2065ff82ab64cebe98 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 11 Jan 2021 15:27:05 +0100 Subject: oekofen: Add default value --- linz/oekofen_thermo/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'linz/oekofen_thermo/src/main.cpp') diff --git a/linz/oekofen_thermo/src/main.cpp b/linz/oekofen_thermo/src/main.cpp index 084a305..caf1319 100644 --- a/linz/oekofen_thermo/src/main.cpp +++ b/linz/oekofen_thermo/src/main.cpp @@ -43,6 +43,7 @@ void setup() { Serial.begin(115200); analogWriteFreq(8000); pinMode(D3, OUTPUT); + analogWrite(D3, 757); //default value pinMode(LED_BUILTIN, OUTPUT); WiFiManager wifiManager; -- cgit v1.2.3