mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 21:41:13 +00:00
esp32: add sco_util.c to hsp_hs_demo
This commit is contained in:
parent
d9758b468b
commit
2100821c33
@ -84,7 +84,7 @@ def create_examples(script_path, suffix):
|
||||
shutil.copyfile(examples_embedded + file, apps_folder + "/main/" + example + ".c")
|
||||
|
||||
# add sco_demo_util.c for audio examples
|
||||
if example in ['hfp_ag_demo','hfp_hf_demo', 'hsp_ag_demo', 'hsp_hf_demo']:
|
||||
if example in ['hfp_ag_demo','hfp_hf_demo', 'hsp_ag_demo', 'hsp_hs_demo']:
|
||||
shutil.copy(examples_embedded + 'sco_demo_util.c', apps_folder + '/main/')
|
||||
shutil.copy(examples_embedded + 'sco_demo_util.h', apps_folder + '/main/')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user