From 495f1fb1325a345c2478110c2e7acb697dfa0abc Mon Sep 17 00:00:00 2001 From: Yuan Hong Hui Date: Fri, 28 Jan 2022 17:13:38 +0800 Subject: [PATCH] ble mesh:example:response for checking restart in auto_test --- .../esp_ble_mesh/ble_mesh_console/main/ble_mesh_console_main.c | 2 ++ 1 file changed, 2 insertions(+) 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 dae9f646cd..c71ed267e9 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,6 +116,8 @@ void app_main(void) initialize_filesystem(); #endif + printf("!!!ready!!!\n"); + initialize_console(); /* Register commands */