Skip to content

Commit 3e69c6a

Browse files
added preferences api command codes
1 parent d297d08 commit 3e69c6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/utility/wifi_spi.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ enum {
106106
GET_DIGITAL_READ = 0x53,
107107
GET_ANALOG_READ = 0x54,
108108

109+
// Prefrences api
110+
PREFERENCES_BEGIN = 0x55,
111+
PREFERENCES_END = 0x56,
112+
PREFERENCES_CLEAR = 0x57,
113+
PREFERENCES_REMOVE = 0x58,
114+
PREFERENCES_LEN = 0x59,
115+
PREFERENCES_STAT = 0x5A,
116+
PREFERENCES_PUT = 0x5B,
117+
PREFERENCES_GET = 0x5C,
118+
109119
// regular format commands
110120
WRITE_FILE = 0x60,
111121
READ_FILE = 0x61,

0 commit comments

Comments
 (0)