We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a32c2c + ac6f366 commit 63aaef5Copy full SHA for 63aaef5
UNOR4USBBridge/commands.h
@@ -1,20 +1,20 @@
1
#ifndef WIFI_COMMANDS_H
2
#define WIFI_COMMANDS_H
3
4
-enum {
+enum ip_type {
5
IP_ADDR = 0,
6
GATEWAY_ADDR,
7
NETMASK_ADDR,
8
DNS1_ADDR,
9
DNS2_ADDR
10
-} ip_type;
+};
11
12
+enum file_op {
13
WIFI_FILE_DELETE = 0,
14
WIFI_FILE_WRITE,
15
WIFI_FILE_READ,
16
WIFI_FILE_APPEND
17
-} file_op;
18
19
#define _AT "AT"
20
#define _ENDL "\r\n"
0 commit comments