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 + linz/oekofen_thermo/values.txt | 61 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 linz/oekofen_thermo/values.txt 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; diff --git a/linz/oekofen_thermo/values.txt b/linz/oekofen_thermo/values.txt new file mode 100644 index 0000000..79eab86 --- /dev/null +++ b/linz/oekofen_thermo/values.txt @@ -0,0 +1,61 @@ +8k freq +[sonne] +200 15.4 +214 19.4 +215 19.8 +216 20.1 +217 20.3 +218 20.6 +219 20.8 +220 21.4 +221 21.6 +222 21.8 +223 22.2 +224 22.4 +225 22.6 +226 23.0 +227 23.4 +228 23.6 +229 23.8 +230 24.2 +250 29.7 +300 43.3 +[aus] +400 4.3 +440 18.5 +445 20.0 +450 21.7 +455 23.7 +500 38.7 +[mond] +600 13.4 +615 19.9 +620 21.9 +623 22.9 +625 23.8 +630 25.9 +[uhr] +750 15.8 +757 20.5 +758 20.8 +759 21.1 +760 21.4 +761 21.7 +762 22.0 +763 22.4 +764 23.0 +765 23.3 +766 23.7 +767 24.3 +770 25.6 +800 40.2 +[sonne] +850 2.7 +870 15.1 +880 20.8 +881 21.3 +882 22.1 +883 22.5 +884 23.3 +885 23.7 +890 26.5 -- cgit v1.2.3