Add state comments

This commit is contained in:
Victor 2019-07-10 23:49:08 +01:00
parent 4bd03bb920
commit 835a8a3b03

View file

@ -27,8 +27,11 @@
#include "string.h"
#include "BigBuf.h"
// Successful crypto auth
static bool bCrypto;
// Is in auth stage
static bool bAuthenticating;
// Successful password auth
static bool bPwd;
static bool bSuccessful;