From 69b9ad27c357f8d0e6561ab27e2e762ad5d23032 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 | 1 + 1 file changed, 1 insertion(+) 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 e6f88b3874..ea2c2a7dfa 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 @@ -76,6 +76,7 @@ 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));