ble_mesh:change the location of print ready

pull/9408/head
Yuan Hong Hui 2022-07-13 17:57:06 +08:00
rodzic 20e21fb29d
commit 5b9c2eb5fc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -67,7 +67,6 @@ void app_main(void)
#else
repl_config.prompt = "esp32>";
#endif
printf("!!!ready!!!\n");
// init console REPL environment
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
@ -84,7 +83,7 @@ void app_main(void)
#if (CONFIG_BLE_MESH_CFG_CLI)
ble_mesh_register_configuration_client_model();
#endif
printf("!!!ready!!!\n");
// start console REPL
ESP_ERROR_CHECK(esp_console_start_repl(repl));
}