Compare commits

..

No commits in common. "b021ea29e8ca6c00c79ae39785722b26d8577f70" and "453076a1ab1f66cc901061f7c1c1d5d5d91f9ba5" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -25,5 +25,5 @@ lib_deps =
https://github.com/adafruit/DHT-sensor-library
https://github.com/adafruit/Adafruit_Sensor
upload_protocol = espota
upload_port = HOSTNAME
upload_port = HOSTNAME # 172.23.23.12 # volumeknob3
upload_flags = --host_port=54321

View File

@ -97,9 +97,6 @@ void setup() {
Homie.setup();
ArduinoOTA.setHostname(Homie.getConfiguration().deviceId);
ArduinoOTA.onStart([]() {
Homie.getLogger() << "Arduino OTA angefragt" << endl;
});
ArduinoOTA.begin();
}