stm32-project/Core/Inc/config_store.h

15 lines
259 B
C
Raw Normal View History

2026-04-18 14:37:49 +00:00
/*
* config_store.h
*
* Created on: 09/04/2026
* Author: carec
*/
#ifndef INC_CONFIG_STORE_H_
#define INC_CONFIG_STORE_H_
bool Config_LoadWiFi(wifi_config_t *cfg);
bool Config_SaveWiFi(const wifi_config_t *cfg);
#endif /* INC_CONFIG_STORE_H_ */