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