mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-15 06:27:55 +00:00
BLE_MESH_SYSINIT_STAGE_2 --> BLE_MESH_SYSINIT_STAGE_SHELL
This commit is contained in:
committed by
ccollins476ad
parent
55c500325c
commit
c9fa0444cf
@@ -46,4 +46,4 @@ pkg.req_apis:
|
||||
|
||||
pkg.init:
|
||||
bt_mesh_register_gatt: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE)'
|
||||
ble_mesh_shell_init: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE_2)'
|
||||
ble_mesh_shell_init: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE_SHELL)'
|
||||
|
||||
@@ -519,7 +519,7 @@ syscfg.defs:
|
||||
Primary sysinit stage for BLE mesh functionality.
|
||||
value: 500
|
||||
|
||||
BLE_MESH_SYSINIT_STAGE_2:
|
||||
BLE_MESH_SYSINIT_STAGE_SHELL:
|
||||
description: >
|
||||
Secondary sysinit stage for BLE mesh functionality.
|
||||
value: 1000
|
||||
|
||||
Reference in New Issue
Block a user