在例程中station连接wifi过程中会影响其他任务运行,关闭dengdai下面以main函数串口打印为例
int main(void){
wifi_init_sta(); while(1) { wm_log_error("SYS RUN "); vTaskDelay(pdMS_TO_TICKS(500)); } return 0;
}
例如以上代码程序,在重新连接时,打印数据会暂停,这种改如何解决
查看更多
发布 问题
分享 好友
手机 浏览
回到 顶部