• Dmitry Frank's avatar
    BREAKING: Sys config API change · f0c6630a
    Dmitry Frank authored
    Now apps should use getters and setters instead of accessing struct
    fields directly, e.g. instead of `get_cfg()->update.timeout` it should
    be `mgos_sys_config_get_update_timeout()` to get the current value, and
    `mgos_sys_config_set_update_timeout(123)` to update the value.
    
    For now, the config structs are public, but they will be made private
    soon, so use accessors to keep your code working.
    
    PUBLISHED_FROM=f7d582421a8d7e4d1ed50a280f2670d8b62f8d45
    f0c6630a
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
jni Loading commit data...
tools Loading commit data...
.mbedignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mongoose.c Loading commit data...
mongoose.h Loading commit data...