Closed lulf closed 2 months ago
I don't have problems with this. Would you like me to release it?
Also, that new unused feature detection comes in handy again!
I don't have problems with this. Would you like me to release it?
If you don't mind, that would be much appreciated, as I have an upcoming PR to embassy using this.
Done, released as 0.5.5 Apparently this crate has a yearly release schedule now :P Third time in a row there's one release in september lol
Interesting! What part of Embassy is gonna use it? The nRF91 net?
@diondokter Originally for this PR https://github.com/embassy-rs/embassy/pull/3376 - turns out I misread the documentation, the pin is quoted after all according to https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/security/cpin_set.html :facepalm: I think I looked at some unofficial code that didn't quote it or something. Apologies for spending your time on it!
Oh hahaha, well the function is a fine addition to the crate!
This allows passing i.e. configuration data directly from network or flash without needing to parse or transform it, such as a pin number which is more a 'series of digits' than an integer.