Legion2 / Somfy_Remote_Lib

Emulate a Somfy remote using a 433.42 MHz transmitter.
Apache License 2.0
129 stars 17 forks source link

Added sendCommandWithCode to enable use of custom rollingCode storage #29

Closed Mirdinus closed 1 year ago

Mirdinus commented 1 year ago

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.

Legion2 commented 1 year ago

Can you squash your commits please

Mirdinus commented 1 year ago

Can you squash your commits please

Done