summaryrefslogtreecommitdiffstats
path: root/linz/oekofen_thermo/src
diff options
context:
space:
mode:
Diffstat (limited to 'linz/oekofen_thermo/src')
-rw-r--r--linz/oekofen_thermo/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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() {
43 Serial.begin(115200); 43 Serial.begin(115200);
44 analogWriteFreq(8000); 44 analogWriteFreq(8000);
45 pinMode(D3, OUTPUT); 45 pinMode(D3, OUTPUT);
46 analogWrite(D3, 757); //default value
46 pinMode(LED_BUILTIN, OUTPUT); 47 pinMode(LED_BUILTIN, OUTPUT);
47 48
48 WiFiManager wifiManager; 49 WiFiManager wifiManager;