Skip to content

Commit 0a09834

Browse files
committed
feat: 更新gui组件,新增gps同步选项
1 parent 6ca6d30 commit 0a09834

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

main/src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ void app_main(void)
139139
wifi_manager_start();
140140
// 回调函数,用于返回IP
141141
wifi_manager_set_callback(WM_EVENT_STA_GOT_IP, &cb_connection_ok);
142-
// 等待WiFi初始化完成
143-
vTaskDelay(2000 / portTICK_PERIOD_MS);
144142
// 旋转器控制任务,调用rmt生成精确波形,后期考虑移至ISR的回调函数中
145143
// xTaskCreatePinnedToCore(rotator_controller, "rotator_control", 4096, (void *)RotQueueHandler, 3, &stepper_motor_handler, 1);
146144
// TCP server任务

0 commit comments

Comments
 (0)