use pin 13 as wifi indicator

This commit is contained in:
Ronald Schaten 2016-12-17 21:33:50 +01:00
parent e59d3d0f73
commit 9bf2ed09aa

View File

@ -25,6 +25,7 @@ Device* devices[] = {
};
void hardwareSetup() {
Homie.setLedPin(13, HIGH);
pinMode(PIN_RELAY, OUTPUT);
digitalWrite(PIN_RELAY, HIGH);
};