#ifndef CONFIGMANAGER_H #define CONFIGMANAGER_H void eraseConfig(void); void saveConfig(void); void loadConfig(void); #endif