Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 4, 2024
1 parent fc1f518 commit aeedb1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/MycilaOTA/MycilaOTA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ void Mycila::OTAClass::begin() {
void Mycila::OTAClass::loop() {
if (_enabled) {
ArduinoOTA.handle();
#ifdef APP_VERSION_PRO
ElegantOTA.loop();
#endif
}
}

Expand Down

0 comments on commit aeedb1f

Please sign in to comment.