Improved Feature Control

This commit is contained in:
2022-08-19 00:10:42 +02:00
parent 4843cc15c9
commit 01af8cba3c
6 changed files with 57 additions and 22 deletions

View File

@@ -19,7 +19,8 @@ typedef enum eEERequest
EE_CFG_SAVE,
EE_CFG_LOAD,
EE_PDS_SAVE,
EE_PDS_LOAD
EE_PDS_LOAD,
EE_ALL_SAVE
} tEERequest;
typedef struct Globals_s