fix compilation issues
This commit is contained in:
parent
544e930a3a
commit
3fd026d9bb
3 changed files with 0 additions and 11 deletions
|
@ -187,10 +187,6 @@ bool AnalogIoT::processRequestStateMessage(char *topic, char *payload, uint8_t t
|
|||
this->publishADCs();
|
||||
return false;
|
||||
}
|
||||
void AnalogIoT::publishReport() {
|
||||
publishADCs();
|
||||
publishDACs();
|
||||
}
|
||||
void AnalogIoT::subscribe() {
|
||||
// There are 4 DACs and 8 ADCs
|
||||
// DACs: dac/<%02d>/set/state, dac/<%02d>/set/value, dac/publish_enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue