diff options
| author | manuel <manuel@mausz.at> | 2021-01-11 15:27:05 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2021-01-11 15:27:05 +0100 |
| commit | 482e6d64e80710389dfb0b2065ff82ab64cebe98 (patch) | |
| tree | 4b4df6f1478ad6735bc27cef7ab9809b240e5c18 /linz/oekofen_thermo/src/main.cpp | |
| parent | 02c8fb3defc449e37f9a28cf2181e35e2b7f15b9 (diff) | |
| download | arduino-482e6d64e80710389dfb0b2065ff82ab64cebe98.tar.gz arduino-482e6d64e80710389dfb0b2065ff82ab64cebe98.tar.bz2 arduino-482e6d64e80710389dfb0b2065ff82ab64cebe98.zip | |
oekofen: Add default value
Diffstat (limited to 'linz/oekofen_thermo/src/main.cpp')
| -rw-r--r-- | linz/oekofen_thermo/src/main.cpp | 1 |
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; |
