Update auth server docs and fix some styling
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define CARD_CHECK_LENGTH 2
|
||||
#define CARD_HEAD_BYTE 0x2
|
||||
#define CARD_TAIL_BYTE 0x3
|
||||
|
||||
struct __attribute__((packed)) cardData {
|
||||
char head;
|
||||
char data[CARD_DATA_LENGTH];
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
void processWifiState()
|
||||
{
|
||||
switch(wifiState) {
|
||||
switch (wifiState) {
|
||||
case WIFI_DISCONNECTED:
|
||||
commState = COMM_INIT;
|
||||
|
||||
|
Reference in New Issue
Block a user