Cannot connect to devices with port 100 or higher

This commit is contained in:
zawz 2019-06-16 15:19:27 +02:00
parent 29316754bb
commit cd14cb8d3e

View file

@ -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()
{