Test for updates
This commit is contained in:
parent
4206725e6d
commit
82316c89b3
|
@ -274,6 +274,9 @@ void setup() {
|
||||||
|
|
||||||
sensorNode.advertise("motion");
|
sensorNode.advertise("motion");
|
||||||
|
|
||||||
|
// Restore last state
|
||||||
|
output();
|
||||||
|
|
||||||
Homie.setup();
|
Homie.setup();
|
||||||
|
|
||||||
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
|
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
|
||||||
|
|
Loading…
Reference in New Issue