Update AnalogIoT.cpp
This commit is contained in:
parent
2b2abc3419
commit
544e930a3a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue