mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-19 23:47:22 +00:00
Merge pull request #141 from michal-narajowski/blemesh_light_fix_init
apps/blemesh_light: Remove registering gatt services on init
This commit is contained in:
@@ -115,8 +115,6 @@ main(void)
|
||||
ble_hs_cfg.sync_cb = blemesh_on_sync;
|
||||
ble_hs_cfg.store_status_cb = ble_store_util_status_rr;
|
||||
|
||||
bt_mesh_register_gatt();
|
||||
|
||||
while (1) {
|
||||
os_eventq_run(os_eventq_dflt_get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user