Added a define for STA error
This commit is contained in:
parent
6ef1551121
commit
f7460aa8ef
@ -27,6 +27,7 @@ typedef enum { GPIO_0 = 0,
|
||||
|
||||
#define AP_AND_STA_ENABLED_ERR B00000001
|
||||
#define AP_SETUP_ERR B00000010
|
||||
#define STA_SETUP_ERR B00000100
|
||||
|
||||
#define NO_ERROR 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user