ble mesh:example:response for checking restart in auto_test

This commit is contained in:
Yuan Hong Hui
2022-01-28 17:13:38 +08:00
parent 432e9b6293
commit 69b9ad27c3

View File

@ -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));