esp_zb_nvram_erase_at_start() function
Enable/Disable erasing the zb_storage field before the stack runs
Syntax
void esp_zb_nvram_erase_at_start(bool erase); Arguments
erase
- 1 to enable erasing; 0 - disable.
Notes
Enable or disable NVRAM erasing on every application startup. Erasing is disabled by default.