mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/print_ready_after_init_transaction' into 'master'
ble_mesh:example:change the location of print ready See merge request espressif/esp-idf!19027
This commit is contained in:
commit
b243a9cb94
@ -67,7 +67,6 @@ 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));
|
||||
@ -84,7 +83,7 @@ void app_main(void)
|
||||
#if (CONFIG_BLE_MESH_CFG_CLI)
|
||||
ble_mesh_register_configuration_client_model();
|
||||
#endif
|
||||
|
||||
printf("!!!ready!!!\n");
|
||||
// start console REPL
|
||||
ESP_ERROR_CHECK(esp_console_start_repl(repl));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user