mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/print_ready_after_init_transaction_forv4.2' into 'release/v4.2'
ble_mesh:change the location of print ready(v4.2) See merge request espressif/esp-idf!19030
This commit is contained in:
@@ -67,7 +67,6 @@ void app_main(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
repl_config.prompt = "esp32>";
|
repl_config.prompt = "esp32>";
|
||||||
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));
|
||||||
@@ -85,6 +84,7 @@ void app_main(void)
|
|||||||
ble_mesh_register_configuration_client_model();
|
ble_mesh_register_configuration_client_model();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
printf("!!!ready!!!\n");
|
||||||
// start console REPL
|
// start console REPL
|
||||||
ESP_ERROR_CHECK(esp_console_start_repl(repl));
|
ESP_ERROR_CHECK(esp_console_start_repl(repl));
|
||||||
}
|
}
|
Reference in New Issue
Block a user