use pin 13 as wifi indicator
This commit is contained in:
parent
e59d3d0f73
commit
9bf2ed09aa
@ -25,6 +25,7 @@ Device* devices[] = {
|
||||
};
|
||||
|
||||
void hardwareSetup() {
|
||||
Homie.setLedPin(13, HIGH);
|
||||
pinMode(PIN_RELAY, OUTPUT);
|
||||
digitalWrite(PIN_RELAY, HIGH);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user