void Persistent_init(void)
Initializes the persistent module. Sets autoboot and firstboot flags to their default values.
app_res_e Persistent_setAutostart(bool autostart)
Set autostart bit.
app_res_e Persistent_getGroups(multicast_group_addr_t *addr)
Get multicast groups.
app_res_e Persistent_setFirstboot(bool firstboot)
Set firstboot flag.
app_res_e Persistent_getAutostart(bool *autostart)
Get autostart bit.
app_res_e Persistent_isFirstboot(bool *firstboot)
Get firstboot flag.
app_res_e Persistent_setGroups(multicast_group_addr_t *addr)
Set multicast groups.