Skip to content

Commit 0960cda

Browse files
committed
Fix acknowledgement note on connectionAck messages
Prior to this change, the wiki showed incorrect acknowledgement information about the connection acknowledgement messages. Connection acknowledgement messages are supposed to be acknowledged (as of right now). This change makes connection acknowledgement message require an acknowledgement. *in the future I plan to remove connection acknowledgement messages entirely but the wiki should be accurate of what the protocol is today*
1 parent e82c5e0 commit 0960cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/communications/messages/gcs-vehicles-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ field for messages, which directly relates to this message [here](../implementat
1919
}
2020
```
2121

22-
!!! warning "Should not be acknowledged."
22+
!!! info "Requires an [acknowledgement message][] from the vehicle."
2323

2424
----------------------------------------------------------------------------------------------------
2525

0 commit comments

Comments
 (0)