Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Revision:
9:d957af50fdc2
Parent:
8:92e0586333d8
--- a/settings/settings.h	Mon May 10 08:45:07 2021 +0000
+++ b/settings/settings.h	Mon Jun 06 11:08:53 2022 +0000
@@ -87,7 +87,9 @@
 extern void SetValuesCount       (int*     pValue);
 extern void GetValuesCount       (int*     pValue);
 extern void GetValuesData(int index, char* pValue);
-extern void SetValuesData(int count, void* pValue);
+extern void SetValuesData(int recordLength, int count, void* pValue);
+extern int  GetValuesMaxIndex(void);
+extern int  GetValuesMaxCount(int recordLength);
 
 extern int  SettingsNtpInit(void);
 extern int  SettingsInit(void);
\ No newline at end of file