robust handshake for SSID List, next check the confirmations
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#define passTag "PW"
|
||||
#define authTag "AuthMode"
|
||||
#define unameTag "UNAME"
|
||||
#define nvsAuth "AUTH"
|
||||
#define tokenTag "TOKEN"
|
||||
|
||||
#define getMovingCW(port) ((movingCW & (1 << port)) >> port)
|
||||
#define setMovingCW(port) (movingCW |= (1 << port))
|
||||
|
||||
Reference in New Issue
Block a user