Dilbert
Firmware for the Dilbert interactive badge.
|
Configuration storage service for saving to the SPI flash file system. More...
#include <SPIFFSConfigService.h>
Public Member Functions | |
virtual bool | save (SystemConfigData *data) |
Saves a system configuration. More... | |
virtual bool | load (SystemConfigData *data) |
Loads a system configuration. More... | |
Configuration storage service for saving to the SPI flash file system.
|
virtual |
Loads a system configuration.
data | Pointer to a system data to store loaded values in |
Implements IConfigStorage.
|
virtual |
Saves a system configuration.
data | Pointer to a system data to save |
Implements IConfigStorage.