Skip to content

Commit 5e9e7cb

Browse files
added preferences api command codes
1 parent c004ee3 commit 5e9e7cb

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
@@ -105,6 +105,16 @@ enum {
105105
GET_DIGITAL_READ = 0x53,
106106
GET_ANALOG_READ = 0x54,
107107

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

0 commit comments

Comments
 (0)