Actions
Bug #394
closedgps::connect with long by-id usb device
Description
to be able to connect to
gps::connect /dev/serial/by-id/usb-u-blox_AG_-_www.u-blox.com_u-blox_GNSS_receiver-if00 115200
I propose this "fix"...
felix@lerema:~/work/drone/gps-genom3$ git diff
diff --git a/gps.gen b/gps.gen
index b3a1013..2fd441b 100644
--- a/gps.gen
+++ b/gps.gen
@@ -294,7 +294,7 @@ component gps {
};
activity connect(
- in string<64> serial = "/dev/ttyUSB0" :"Serial device",
+ in string<128> serial = "/dev/ttyUSB0" :"Serial device",
in unsigned long baud = 115200 :"Baud rate") {
doc "Connect to the hardware.";
doc "";
felix@lerema:~/work/drone/gps-genom3$
Thanks
Updated by Anthony Mallet about 1 year ago
- Status changed from New to Closed
Applied in changeset gps-genom3|693f5623964a585efdc57507f6d84b8f096512a1.
Actions