Command List Update

o Added TEM command to the list of commands that gets displayed on the terminal.
Dev1
DigitalConfections 2020-05-26 20:33:40 -04:00
rodzic e2a1996e85
commit 5074b01f5f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,7 @@ static const char textHelp[][LINKBUS_MAX_TX_MSG_LENGTH] = { "\nCommands:\n",
" LED - LED on/off\n",
" RST - Reset\n",
" SYN - Sync on/off\n",
" TEM - Temperature\n",
" VER - S/W version\n" };
static char g_tempMsgBuff[LINKBUS_MAX_MSG_LENGTH];