SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::OTA Class Reference

#include <sensesp/net/ota.h>

Inheritance diagram for sensesp::OTA:
[legend]

Public Member Functions

 OTA (const char *password)
 Construct a new OTA (Over-the-air update) object.
 
virtual void start () override
 
- Public Member Functions inherited from sensesp::Startable
 Startable (int priority=0)
 
const int get_start_priority ()
 
void set_start_priority (int priority)
 

Additional Inherited Members

- Static Public Member Functions inherited from sensesp::Startable
static void start_all ()
 

Detailed Description

Definition at line 8 of file ota.h.

Constructor & Destructor Documentation

◆ OTA()

sensesp::OTA::OTA ( const char password)
inline

Construct a new OTA (Over-the-air update) object.

Parameters
passwordA password to be used for the OTA update.

Definition at line 15 of file ota.h.

Member Function Documentation

◆ start()

void sensesp::OTA::start ( )
overridevirtual

Called during the initialization process. Override this method to add runtime initialization code to your class

Reimplemented from sensesp::Startable.

Definition at line 10 of file ota.cpp.


The documentation for this class was generated from the following files: