card rebinding support

This commit is contained in:
Siwat Sirichai 2023-12-31 13:41:48 +07:00
parent 724f8f42e9
commit e8804864b8
14 changed files with 270 additions and 176 deletions

View file

@ -166,7 +166,7 @@ void DigitalOutputIoT::registerChangeCallback(std::function<void(uint8_t, bool,
value_change_callback = callback;
}
void DigitalOutputIoT::deregisterChangeCallback() {
void DigitalOutputIoT::unregisterChangeCallback() {
value_change_callback = NULL;
}