diff --git a/MDK-ARM/LWIP.uvguix.29643 b/MDK-ARM/LWIP.uvguix.29643 index 95b4f52..a158cbf 100644 --- a/MDK-ARM/LWIP.uvguix.29643 +++ b/MDK-ARM/LWIP.uvguix.29643 @@ -3707,7 +3707,7 @@ ..\usersrc\atcmd.c 5 61 - 79 + 82 1 0 diff --git a/usersrc/atcmd.c b/usersrc/atcmd.c index b73c401..e120649 100644 --- a/usersrc/atcmd.c +++ b/usersrc/atcmd.c @@ -2,6 +2,7 @@ #include "zport.h" #include +#include "config.h" #define at_processer_rx_buf_size 128 #define at_processer_tx_buf_size 128 @@ -72,8 +73,7 @@ AT_STATUS at_cmd_ip(unsigned char *p, unsigned char len) printf("int_addr:%d\r\n", int_addr.addr); if (*p == '?') { - - printf("AT+OK BLE-NAME\r\n"); + printf("config ip address:%s\r\n", inet_ntoa(config_get()->ip)); } else {