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 1b4d9c8b3f
commit 22c0248284

View File

@ -72,6 +72,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));