should be able to query config variables without registering a handler
Open
enhancement
- Dominant language
- C
- Stars
- 891
- Forks
- 381
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
In order to figure out what config variable is saved to, you need to have a handler registered, which gets called at config load time.
Expectation is that the user will keep this value around.
We should remove this requirement, so that you can load values on demand. This becomes useful for cases the amount of stored data is large (e.g. bluetooth LTK), and where it's used only for a short period of time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.