Skip to content

Commit

Permalink
add SerialConfig option message
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Oct 26, 2022
1 parent 2ab5581 commit 8e7aa83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions uavcan/tunnel/2011.SerialConfig.uavcan
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# This message carries baudrate for tunnel channel_id

# The channelID allows for additional routing between the source and target nodes.
uint8 channel_id

uint32 baud
2 changes: 1 addition & 1 deletion uavcan/tunnel/Protocol.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

uint8 MAVLINK = 0 # MAVLink
uint8 MAVLINK2 = 1 # MAVLink2
uint8 GPS = 2 # GPS
uint8 GPS_GENERIC = 2 # GPS
uint8 UNDEFINED = 255 # Undefined

uint8 protocol

0 comments on commit 8e7aa83

Please sign in to comment.