Revert "test setup"

This reverts commit 2cadc6e2da2d6f0a0d4847e798e510da9db551b2.
This commit is contained in:
Matthias Ringwald 2022-07-18 17:50:02 +02:00
parent a2c9d9086b
commit e841977c96
2 changed files with 1 additions and 3 deletions

View File

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

View File

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