qmod: Document '!' and '@' commands on UART

Change-Id: I38c69ef45e92fd0aa03907e984cf524331b53d57
This commit is contained in:
Harald Welte 2019-12-14 21:02:56 +01:00
parent 587248404c
commit 7c1d85eb4d
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ void board_exec_dbg_cmd(int ch)
printf("\tU\tProceed to USB Initialization\n\r");
printf("\t1\tGenerate 1ms reset pulse on WWAN1\n\r");
printf("\t2\tGenerate 1ms reset pulse on WWAN2\n\r");
printf("\t!\tSwitch Channel A from physical -> remote\n\r");
printf("\t@\tSwitch Channel B from physical -> remote\n\r");
break;
case 'R':
printf("Asking NVIC to reset us\n\r");