Update ESPMegaPRO_OOP.hpp

This commit is contained in:
Siwat Sirichai 2024-01-01 11:16:27 +07:00
parent d75d098247
commit 687063a097
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ class ESPMegaPRO {
* @note SKU EMG-PRO-R3-XXX-(F)-(12/24)V does not have a built-in 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;
private:
bool iotEnabled = false;