diff --git a/cockpitScript.sh b/cockpitScript.sh old mode 100644 new mode 100755 index 45d0343..2a390cf --- a/cockpitScript.sh +++ b/cockpitScript.sh @@ -25,7 +25,8 @@ while [[ $# -gt 0 ]]; do exit 0 ;; -s) - ls /dev/ | grep ttyTH | sed -e "s/.*/\/dev\/&/" + readlink -f /dev/serial/by-id/* + # ls /dev/ | grep ttyTH | sed -e "s/.*/\/dev\/&/" exit 0 ;; -i) diff --git a/ui/general/mavlink.html b/ui/general/mavlink.html index 3ca372f..b638501 100644 --- a/ui/general/mavlink.html +++ b/ui/general/mavlink.html @@ -17,9 +17,18 @@
MAVLink Telemetry Configuration
Software Version: , Configuration File:
Mavlink-router provides network connectivity to/from the autopilot onboard the EchoPilot AI. The settings below can be used to configure the serial port receiving data from the autopilot as well as endpoints on the network. By default, a TCP server is running on port 5760 of the EchoPilot AI. Additional endpoints can be enabled and configured below.
FMU Setup
Please select the serial device and baud rate used for the input of serial telemetry into the Jetson module. Default baud rate is 500000.