mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/ble_mesh_console_correct_repl_config_prompt_forv4.1' into 'release/v4.1'
ble mesh:example:correct repl config prompt in ble mesh console(v4.1) See merge request espressif/esp-idf!17187
This commit is contained in:
@@ -116,6 +116,8 @@ void app_main(void)
|
|||||||
initialize_filesystem();
|
initialize_filesystem();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
printf("!!!ready!!!\n");
|
||||||
|
|
||||||
initialize_console();
|
initialize_console();
|
||||||
|
|
||||||
/* Register commands */
|
/* Register commands */
|
||||||
|
@@ -167,7 +167,7 @@ void ble_mesh_register_mesh_node(void)
|
|||||||
|
|
||||||
int ble_mesh_register_cb(int argc, char** argv)
|
int ble_mesh_register_cb(int argc, char** argv)
|
||||||
{
|
{
|
||||||
ESP_LOGE(TAG, "enter %s\n", __func__);
|
ESP_LOGD(TAG, "enter %s\n", __func__);
|
||||||
ble_mesh_node_init();
|
ble_mesh_node_init();
|
||||||
esp_ble_mesh_register_prov_callback(ble_mesh_prov_cb);
|
esp_ble_mesh_register_prov_callback(ble_mesh_prov_cb);
|
||||||
esp_ble_mesh_register_custom_model_callback(ble_mesh_model_cb);
|
esp_ble_mesh_register_custom_model_callback(ble_mesh_model_cb);
|
||||||
|
Reference in New Issue
Block a user