diff --git a/Template Project/lib/ESPMegaPRO/AnalogIoT.cpp b/Template Project/lib/ESPMegaPRO/AnalogIoT.cpp index 3b2e9eb..75608fc 100644 --- a/Template Project/lib/ESPMegaPRO/AnalogIoT.cpp +++ b/Template Project/lib/ESPMegaPRO/AnalogIoT.cpp @@ -188,6 +188,8 @@ bool AnalogIoT::processRequestStateMessage(char *topic, char *payload, uint8_t t return false; } void AnalogIoT::publishReport() { + publishADCs(); + publishDACs(); } void AnalogIoT::subscribe() { // There are 4 DACs and 8 ADCs