mirror of
https://github.com/esphome/esphome.git
synced 2025-04-09 04:10:35 +01:00
fix lint
This commit is contained in:
parent
afb9152cc0
commit
e029840067
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user