This commit is contained in:
2026-07-30 20:36:44 +08:00
parent 8f7cd1974c
commit 8fd218c2ae
4 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void app_main(void)
tca9535_init();
oled_init();
cli_init();
//cli_run();
cli_start();
while(1){
vTaskDelay(1000 / portTICK_PERIOD_MS);
}