已合并
fix: fix SLE measure dis sample build error #86
liuhuiyang创建于 8月11日
fix: fix SLE measure dis sample build error #86
已合并
共 1 个文件变更+2-0
| @@ -1,8 +1,10 @@ | |||
| 1 | choice | 1 | choice |
| 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_DEFAULT | 4 | default SUPPORT_SLE_BLE_CENTRAL_DEFAULT |
| 4 | config SUPPORT_SLE_BLE_CENTRAL_DEFAULT | 5 | 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_PERIPHERAL | 8 | config SUPPORT_SLE_BLE_PERIPHERAL |
| 7 | bool "Select sle ble peripheral." | 9 | bool "Select sle ble peripheral." |
| 8 | config SUPPORT_SLE_PERIPHERAL | 10 | config SUPPORT_SLE_PERIPHERAL |