Compare commits
No commits in common. "b021ea29e8ca6c00c79ae39785722b26d8577f70" and "453076a1ab1f66cc901061f7c1c1d5d5d91f9ba5" have entirely different histories.
b021ea29e8
...
453076a1ab
|
@ -25,5 +25,5 @@ lib_deps =
|
||||||
https://github.com/adafruit/DHT-sensor-library
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
https://github.com/adafruit/Adafruit_Sensor
|
https://github.com/adafruit/Adafruit_Sensor
|
||||||
upload_protocol = espota
|
upload_protocol = espota
|
||||||
upload_port = HOSTNAME
|
upload_port = HOSTNAME # 172.23.23.12 # volumeknob3
|
||||||
upload_flags = --host_port=54321
|
upload_flags = --host_port=54321
|
||||||
|
|
|
@ -97,9 +97,6 @@ void setup() {
|
||||||
|
|
||||||
Homie.setup();
|
Homie.setup();
|
||||||
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
|
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
|
||||||
ArduinoOTA.onStart([]() {
|
|
||||||
Homie.getLogger() << "Arduino OTA angefragt" << endl;
|
|
||||||
});
|
|
||||||
ArduinoOTA.begin();
|
ArduinoOTA.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue