已合并
fix: fix SLE measure dis sample build error #86
fix: fix SLE measure dis sample build error #86
已合并
liuhuiyang创建于 8月11日
共 1 个文件变更+2-0
@@ -1,8 +1,10 @@
1choice1choice
2 prompt "Select sle ble support"2 prompt "Select sle ble support"
3+ default PRODUCT_SLE_MEASURE_DIS if SAMPLE_SUPPORT_SLE_MEASURE_DIS
3 default SUPPORT_SLE_BLE_CENTRAL_DEFAULT4 default SUPPORT_SLE_BLE_CENTRAL_DEFAULT
4 config SUPPORT_SLE_BLE_CENTRAL_DEFAULT5 config SUPPORT_SLE_BLE_CENTRAL_DEFAULT
5 bool "Select sle ble central default."6 bool "Select sle ble central default."
7+ depends on !SAMPLE_SUPPORT_SLE_MEASURE_DIS
6 config SUPPORT_SLE_BLE_PERIPHERAL8 config SUPPORT_SLE_BLE_PERIPHERAL
7 bool "Select sle ble peripheral."9 bool "Select sle ble peripheral."
8 config SUPPORT_SLE_PERIPHERAL10 config SUPPORT_SLE_PERIPHERAL