在例程中station連接wifi過程中會影響其他任務運行,關閉dengdai下面以main函數串口打印為例
int main(void){
wifi_init_sta(); while(1) { wm_log_error("SYS RUN "); vTaskDelay(pdMS_TO_TICKS(500)); } return 0;
}
例如以上代碼程序,在重新連接時,打印數據會暫停,這種改如何解決
查看更多
發布 問題
分享 好友
手機 浏覽
回到 頂部