mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
ble mesh:example:response for checking restart in auto_test
This commit is contained in:
@ -76,6 +76,7 @@ void app_main(void)
|
|||||||
#else
|
#else
|
||||||
repl_config.prompt = "esp32>";
|
repl_config.prompt = "esp32>";
|
||||||
#endif
|
#endif
|
||||||
|
printf("!!!ready!!!\n");
|
||||||
|
|
||||||
// init console REPL environment
|
// init console REPL environment
|
||||||
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
|
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
|
||||||
|
Reference in New Issue
Block a user