mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
nrf5-zephyr: add le_streamer_client to examples
This commit is contained in:
parent
398ab102a4
commit
6aeb0353e0
@ -62,7 +62,7 @@ for file in os.listdir(examples_embedded):
|
||||
|
||||
# filter LE-only applications
|
||||
if not os.path.exists(gatt_path) and not example in [
|
||||
"ancs_cient_demo","gap_le_advertisements", "gatt_battery_query","gatt_browser","sm_pairing_central"]:
|
||||
"ancs_client_demo","gap_le_advertisements", "gatt_battery_query","gatt_browser","sm_pairing_central",'le_streamer_client']:
|
||||
continue
|
||||
if example == "spp_and_le_counter":
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user