mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-28 15:20:39 +00:00
esp32: provide hci_dump_embedded_stdout.c
This commit is contained in:
parent
fdd7f115a2
commit
b35e5ee41e
@ -53,5 +53,8 @@ for dir in dirs_to_copy:
|
||||
print('- %s' % dir)
|
||||
shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + dir)
|
||||
|
||||
# add hci dump stdout
|
||||
shutil.copy(local_dir+'/../../platform/embedded/hci_dump_embedded_stdout.c', IDF_BTSTACK)
|
||||
|
||||
# create example/btstack
|
||||
create_examples.create_examples(local_dir, '')
|
||||
|
Loading…
Reference in New Issue
Block a user