Cannot connect to devices with port 100 or higher
This commit is contained in:
parent
29316754bb
commit
cd14cb8d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include <vector>
|
||||
|
||||
#define ANNOUNCE_COMMAND "aseqdump -p System:1"
|
||||
#define LIST_COMMAND "aseqdump -l | tail -n +2 | tr -s ' ' | cut -d' ' -f3-"
|
||||
#define LIST_COMMAND "aseqdump -l | tail -n +2 | cut -c10- | tr -s ' '"
|
||||
|
||||
void device_check()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue