I-Connect / NukiBleEsp32

MIT License
37 stars 21 forks source link

When setting pin code, update in-RAM copy as well #57

Closed dotdoom closed 5 months ago

dotdoom commented 5 months ago

putBytes saves the pin code to flash, where it will be re-read after device restart. pinCode class member is not set, making the current client state invalid.