From a36a41ea3f5a39e8c0a8d00634fb816701daecb8 Mon Sep 17 00:00:00 2001 From: Yuan Hong Hui Date: Wed, 13 Jul 2022 18:20:56 +0800 Subject: [PATCH] ble_mesh:change the location of print ready --- .../ble_mesh_console/main/ble_mesh_console_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c index c71ed267e9..6dc5bfad1e 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c @@ -116,8 +116,6 @@ void app_main(void) initialize_filesystem(); #endif - printf("!!!ready!!!\n"); - initialize_console(); /* Register commands */ @@ -160,7 +158,7 @@ void app_main(void) prompt = "esp32> "; #endif //CONFIG_LOG_COLORS } - + printf("!!!ready!!!\n"); /* Main loop */ while (true) { /* Get a line using linenoise.