card rebinding support
This commit is contained in:
parent
724f8f42e9
commit
e8804864b8
14 changed files with 270 additions and 176 deletions
|
@ -127,7 +127,7 @@ void ESPMegaIoT::registerCard(uint8_t card_id)
|
|||
return;
|
||||
}
|
||||
}
|
||||
void ESPMegaIoT::deregisterCard(uint8_t card_id)
|
||||
void ESPMegaIoT::unregisterCard(uint8_t card_id)
|
||||
{
|
||||
// Check if the card is registered
|
||||
if (components[card_id] == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue