Update auth server docs and fix some styling

This commit is contained in:
2019-02-25 17:32:59 -07:00
parent d2cb012e1e
commit 3863f58b41
3 changed files with 76 additions and 1 deletions

View File

@@ -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];

View File

@@ -2,7 +2,7 @@
void processWifiState()
{
switch(wifiState) {
switch (wifiState) {
case WIFI_DISCONNECTED:
commState = COMM_INIT;