We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc29021 commit 065560aCopy full SHA for 065560a
src/modules/comms/comms.toit
@@ -248,7 +248,7 @@ class Comms:
248
// ACK these messages...
249
ack-msg := messages.ACK.msg --data=null
250
ack-msg.header.data.add-data-uint32 protocol.Header.TYPE-RESPONSE-TO-MESSAGE-ID msg.msgId
251
- ack-msg.header.data.add-data-uint32 protocol.Header.TYPE_MESSAGE_STATUS protocol.Header.STATUS_OK
+ ack-msg.header.data.add-data-uint8 protocol.Header.TYPE_MESSAGE_STATUS protocol.Header.STATUS_OK
252
send-via-outbox ack-msg
253
254
isBad := msg.header.data.has-data protocol.Header.TYPE-MESSAGE-STATUS and msg.msg-status > 0
0 commit comments