Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Neyzoter committed Jul 15, 2019
1 parent ade3b90 commit d7503c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions HARDWARE/WIFI/wificonf.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void checkModuleSta(void){
memcpy(localhost,rsi_app_cb.uCmdRspFrame->uCmdRspPayLoad.qryNetParmsFrameRcv.ipaddr,IPV4_LENGTH);
#if PRINT_UART_LOG
printf("Module Ip : %d:%d:%d:%d\r\n",localhost[0],localhost[1],localhost[2],localhost[3]);//0:未连接

#endif
}

Expand Down
4 changes: 1 addition & 3 deletions USER/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,7 @@ void handleCmd(c8 * cmd){
if(strcmp(cmd,CMD_HELP) == 0){//帮助文件
getHelp();
}else if(strcmp(cmd,CMD_GET_PARA) == 0){
#if PRINT_UART_LOG
getPara();
#endif
getPara();
}else if(strcmp(cmd,CMD_SAVE_ALL_PARA) == 0){//保存所有数据到flash
#if PRINT_UART_LOG
printf("Saving All Paras\r\n");
Expand Down

0 comments on commit d7503c7

Please sign in to comment.