fix turn on/off of fan and switch to humidity mode
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "Pins.h"
|
||||
#include "Temperature.h"
|
||||
|
||||
#define VERSION "v1.1"
|
||||
#define VERSION "v1.1.1"
|
||||
|
||||
bool allow;
|
||||
bool error = false;
|
||||
@@ -149,9 +149,6 @@ void setup() {
|
||||
digitalWrite(SchuetzPin, LOW); //pumpe anfangs sofort abschalten
|
||||
digitalWrite(LuefterPin, LOW);
|
||||
digitalWrite(HeizungPin, LOW);
|
||||
//
|
||||
// digitalWrite(HeizungPin, HIGH);
|
||||
// delay(1000000);
|
||||
|
||||
// initilize serial connection
|
||||
Serial.begin(9600);
|
||||
@@ -188,8 +185,9 @@ void setup() {
|
||||
Serial.println("Initializing wifi");
|
||||
mang.init(&temp);
|
||||
|
||||
// initialize heating control
|
||||
Serial.println("initializing heating service");
|
||||
mHeat.init(&temp, Heating::TIME);
|
||||
mHeat.init(&temp, Heating::HUMIDITY);
|
||||
|
||||
Serial.println("startup sequence complete!\n");
|
||||
digitalWrite(LED_BUILTIN, HIGH);
|
||||
|
||||
Reference in New Issue
Block a user