mirror of
https://github.com/esphome/esphome.git
synced 2025-04-05 18:30:28 +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");
|
||||
wifi->add_sta(ap);
|
||||
|
||||
auto *ota = new ota_esphome::OTAESPHomeComponent(); // NOLINT
|
||||
auto *ota = new esphome::ESPHomeOTAComponent(); // NOLINT
|
||||
ota->set_port(8266);
|
||||
|
||||
App.setup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user