1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-15 21:40:22 +00:00

test setup

This commit is contained in:
Matthias Ringwald 2022-07-18 16:35:42 +02:00
parent 4bf33d8249
commit 2cadc6e2da
2 changed files with 3 additions and 1 deletions

@ -41,6 +41,8 @@
* LE Audio Broadcast Source
*/
#define ENABLE_DEMO_MODE
#include <stdint.h>
#include <stdio.h>
#include <string.h>

@ -219,7 +219,7 @@ int main(int argc, const char * argv[]){
// pre-select serial device
config.device_name = "/dev/tty.usbmodemD5D5237DC25B1"; // BL654 with PTS Firmware
config.device_name = "/dev/tty.usbmodemE6589B44933B1"; // BL654 with PTS Firmware
// accept path from command line
bool second_device = false;