mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 19:00:29 +01:00
Fix dummy_main.cpp
, too
This commit is contained in:
parent
f83604afb9
commit
5d890be113
@ -25,7 +25,7 @@ void setup() {
|
|||||||
ap.set_password("password1");
|
ap.set_password("password1");
|
||||||
wifi->add_sta(ap);
|
wifi->add_sta(ap);
|
||||||
|
|
||||||
auto *ota = new ota_esphome::OTAESPHomeComponent(); // NOLINT
|
auto *ota = new esphome::ESPHomeOTAComponent(); // NOLINT
|
||||||
ota->set_port(8266);
|
ota->set_port(8266);
|
||||||
|
|
||||||
App.setup();
|
App.setup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user