Skip to content

Commit

Permalink
frontend: AutopilotSerialConfiguration: tell user what are the suppor…
Browse files Browse the repository at this point in the history
…ted formats
  • Loading branch information
Williangalvani authored and patrickelectric committed May 28, 2024
1 parent 323d7a2 commit 8de898e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default Vue.extend({
if (input.startsWith('/dev/')) {
return true
}
return 'unknown format'
return 'unknown format. Supported formats are "tcpclient", "udpclient", "tcpin", "udpin", and system device paths'
},
},
})
Expand Down

0 comments on commit 8de898e

Please sign in to comment.