1
0
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:
Keith Burzinski 2024-04-21 20:55:53 -05:00
parent f83604afb9
commit 5d890be113
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

@ -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();