Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ enum GuestPortCapability {
GUEST_PORT_CAPABILITY_RS485 = 4; // RS485 serial.
GUEST_PORT_CAPABILITY_USB2 = 5; // USB 2.0.
GUEST_PORT_CAPABILITY_PWM = 6; // PWM.
GUEST_PORT_CAPABILITY_ETHERNET_1G = 7; // Gigabit Ethernet.
}

// List of navigation sensors that can be used by the position observer.
Expand Down
Loading