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
+1 -1
View File
@@ -2,7 +2,7 @@
void processWifiState()
{
switch(wifiState) {
switch (wifiState) {
case WIFI_DISCONNECTED:
commState = COMM_INIT;