This commit is contained in:
per1234 2017-10-22 08:44:58 +00:00 committed by GitHub
commit 1f9108b3d3

View File

@ -31,6 +31,8 @@ unsigned long windowStartTime;
void setup() void setup()
{ {
pinMode(RELAY_PIN, OUTPUT);
windowStartTime = millis(); windowStartTime = millis();
//initialize the variables we're linked to //initialize the variables we're linked to