setup NVS

This commit is contained in:
2025-08-22 12:03:46 -05:00
parent ee80bdb3eb
commit a8d3a61cf6
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ set(SOURCES
"i2c_lcd_pcf8574.c"
"i2c.cpp"
"leds.cpp"
"nvs.cpp"
"perh.cpp"
"power.cpp"
"sd.cpp"
+3
View File
@@ -0,0 +1,3 @@
#include "nvs.h"
+6
View File
@@ -0,0 +1,6 @@
#ifndef NVS_H
#define NVS_H
#endif /* NVS_H */