diff --git a/src/main.cpp b/src/main.cpp index 8daaf3c..4d2f83d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -343,10 +343,6 @@ void setup() { wifiServerEnh.begin(); statusServer.begin(); - // Stop the Bus when the OTA update starts, because it interferes with the OTA process - ArduinoOTA.onStart([]() { - Bus.end(); - }); ArduinoOTA.begin(); MDNS.end();