mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble mesh:example:correct the output log level
This commit is contained in:
parent
18567bb108
commit
1ff2b724f4
@ -159,7 +159,7 @@ void ble_mesh_register_mesh_node(void)
|
||||
|
||||
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();
|
||||
esp_ble_mesh_register_prov_callback(ble_mesh_prov_cb);
|
||||
esp_ble_mesh_register_custom_model_callback(ble_mesh_model_cb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user