commit
0a32afda3a
|
|
@ -185,6 +185,13 @@ rx_restart:
|
||||||
ptr = 1;
|
ptr = 1;
|
||||||
goto rx_out;
|
goto rx_out;
|
||||||
}
|
}
|
||||||
|
/* check for 'v'ersion command */
|
||||||
|
if (cmd == 'v') {
|
||||||
|
sprintf(replybuf, "v1014\r");
|
||||||
|
tmp = strlen(replybuf);
|
||||||
|
ptr = 1;
|
||||||
|
goto rx_out;
|
||||||
|
}
|
||||||
|
|
||||||
/* check for serial 'N'umber command */
|
/* check for serial 'N'umber command */
|
||||||
if (cmd == 'N') {
|
if (cmd == 'N') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue