Add saving cnf in ROM, workink with leds
This commit is contained in:
21
SubGHz_Phy/App/config/config_store.h
Normal file
21
SubGHz_Phy/App/config/config_store.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef CONFIG_STORE_H
|
||||
#define CONFIG_STORE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "config_types.h"
|
||||
#include "config_consts.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool Config_Load(BridgeConfig_t *cfg);
|
||||
bool Config_Save(const BridgeConfig_t *cfg);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user