You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/06 19:58:53 UTC

[GitHub] sterlinghughes opened a new issue #878: should be able to query config variables without registering a handler

sterlinghughes opened a new issue #878: should be able to query config variables without registering a handler
URL: https://github.com/apache/mynewt-core/issues/878
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services