I have added sendCommandWithCode method to allow external storage of rolling codes.
I had a problem with NVS on ESP32C3 and decided to keep the rolling codes "offloaded". This approach allows users to use this library on bridge type of devices where there is no need to keep state of the controlled shutters.
Hi, I'm following up on my previous PR (#28)
I have added
sendCommandWithCode
method to allow external storage of rolling codes.I had a problem with NVS on ESP32C3 and decided to keep the rolling codes "offloaded". This approach allows users to use this library on bridge type of devices where there is no need to keep state of the controlled shutters.