|
|
void luat_shell_push(char* uart_buff, size_t rcount) {
|
|
void luat_shell_push(char* uart_buff, size_t rcount) {
|
|
|
if (strncmp("ATI", uart_buff, 3) == 0 || strncmp("ati", uart_buff, 3) == 0) {
|
|
if (strncmp("ATI", uart_buff, 3) == 0 || strncmp("ati", uart_buff, 3) == 0) {
|