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:
Michał Narajowski
2018-07-09 12:51:50 +02:00
committed by GitHub
-2
View File
@@ -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());
}