Update ESPMegaPRO_OOP.hpp
This commit is contained in:
parent
d75d098247
commit
687063a097
|
@ -69,6 +69,11 @@ class ESPMegaPRO {
|
||||||
* @note SKU EMG-PRO-R3-XXX-(F)-(12/24)V does not have a built-in display.
|
* @note SKU EMG-PRO-R3-XXX-(F)-(12/24)V does not have a built-in display.
|
||||||
*/
|
*/
|
||||||
InternalDisplay *display;
|
InternalDisplay *display;
|
||||||
|
/**
|
||||||
|
* @brief This component is used to connect the ESPMegaPRO board to the internet and communicate with it through MQTT.
|
||||||
|
* @typedef ESPMegaIoT
|
||||||
|
* @note You must call enableIotModule() before using this component.
|
||||||
|
*/
|
||||||
ESPMegaIoT *iot;
|
ESPMegaIoT *iot;
|
||||||
private:
|
private:
|
||||||
bool iotEnabled = false;
|
bool iotEnabled = false;
|
||||||
|
|
Loading…
Reference in New Issue