fix ble exemple names

pull/13828/head
Paul Szczeanek 2020-10-28 16:32:38 +00:00
parent f57f2657f8
commit 440aea67c5
1 changed files with 7 additions and 8 deletions

View File

@ -60,16 +60,15 @@
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
"sub-repo-example": true,
"subs": [
"BLE_BatteryLevel",
"BLE_Advertising",
"BLE_GAP",
"BLE_GattClient",
"BLE_GattServer",
"BLE_HeartRate",
"BLE_LED",
"BLE_LEDBlinker",
"BLE_GattClient_CharacteristicUpdates",
"BLE_GattClient_CharacteristicWrite",
"BLE_GattServer_AddService",
"BLE_GattServer_CharacteristicUpdates",
"BLE_GattServer_CharacteristicWrite",
"BLE_PeriodicAdvertising",
"BLE_Privacy",
"BLE_SM"
"BLE_SecurityAndPrivacy"
],
"features" : [],
"targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"],