Skip to content

Commit

Permalink
[no ci] enable tunnel by default for sigmastar (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
cronyx authored Oct 15, 2024
1 parent 1b89fe0 commit 89ded20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general/package/datalink/files/tweaksys
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ finish() {
}

sigmastar() {
sed -i "s|tunnel=false|tunnel=true|g" /etc/datalink.conf
sed -i "s|serial=/dev/ttyAMA0|serial=/dev/ttyS2|g" /etc/telemetry.conf
sed -i "s|Device = /dev/ttyAMA0|Device = /dev/ttyS2|g" /etc/mavlink.conf

Expand Down

0 comments on commit 89ded20

Please sign in to comment.