mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 19:52:20 +01:00
Fix dummy_main.cpp
, too
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user