This commit is contained in:
Tomasz Duda 2024-05-06 21:16:30 +02:00
parent afb9152cc0
commit e029840067

View File

@ -26,7 +26,9 @@ void setup() {
wifi->add_sta(ap);
auto *ota = new ota::OTAComponent(); // NOLINT
#ifndef USE_ZEPHYR
ota->set_port(8266);
#endif
App.setup();
}