Update AnalogIoT.cpp
This commit is contained in:
parent
2b2abc3419
commit
544e930a3a
|
@ -188,6 +188,8 @@ bool AnalogIoT::processRequestStateMessage(char *topic, char *payload, uint8_t t
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
void AnalogIoT::publishReport() {
|
void AnalogIoT::publishReport() {
|
||||||
|
publishADCs();
|
||||||
|
publishDACs();
|
||||||
}
|
}
|
||||||
void AnalogIoT::subscribe() {
|
void AnalogIoT::subscribe() {
|
||||||
// There are 4 DACs and 8 ADCs
|
// There are 4 DACs and 8 ADCs
|
||||||
|
|
Loading…
Reference in New Issue