mirror of
https://github.com/esphome/esphome.git
synced 2025-09-22 05:02:23 +01:00
Rename class to ESPHomeOTAComponent
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ota_esphome {
|
|||||||
enum OTAESPHomeState { OTA_COMPLETED = 0, OTA_STARTED, OTA_IN_PROGRESS, OTA_ERROR };
|
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.
|
/// 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:
|
public:
|
||||||
OTAESPHomeComponent();
|
OTAESPHomeComponent();
|
||||||
#ifdef USE_OTA_PASSWORD
|
#ifdef USE_OTA_PASSWORD
|
||||||
|
Reference in New Issue
Block a user