mirror of
https://github.com/esphome/esphome.git
synced 2025-04-08 03:40:28 +01:00
Rename class to ESPHomeOTAComponent
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
05a940572c
commit
cc8dd92854
@ -12,7 +12,7 @@ namespace ota_esphome {
|
||||
enum OTAESPHomeState { OTA_COMPLETED = 0, OTA_STARTED, OTA_IN_PROGRESS, OTA_ERROR };
|
||||
|
||||
/// OTAESPHomeComponent provides a simple way to integrate Over-the-Air updates into your app using ArduinoOTA.
|
||||
class OTAESPHomeComponent : public Component {
|
||||
class ESPHomeOTAComponent : public Component {
|
||||
public:
|
||||
OTAESPHomeComponent();
|
||||
#ifdef USE_OTA_PASSWORD
|
||||
|
Loading…
x
Reference in New Issue
Block a user