CMUAbstract / tab

TAB reference implementations, examples, and documentation
Other
1 stars 1 forks source link

Add support for Bootloader Ping #10

Closed mablem8 closed 1 year ago

mablem8 commented 1 year ago
ChadTaylor17 commented 1 year ago

Commit: b2eeab1b9c816191400148c873a492c78d4d1663

Tested successfully: Bootloader mode: txcmd: bootloader_ping hw_id:0x1234 msg_id:0x0007 src:gnd dst:cdh reply: bootloader_ack hw_id:0x1234 msg_id:0x0007 src:cdh dst:gnd reason:0x00(pong)

App mode: txcmd: bootloader_ping hw_id:0x1234 msg_id:0x0007 src:gnd dst:cdh reply: common_nack hw_id:0x1234 msg_id:0x0007 src:cdh dst:gnd

mablem8 commented 1 year ago

For future posts, link to the changes that address each issue bullet:

ChadTaylor17 commented 1 year ago

Commit: 51ec4fbfae109575a13017a01068f05b4245f500

mablem8 commented 1 year ago

This commit looks good!

When submitting an Issue fix, use the following format:

txcmd: bootloader_ping hw_id:0x1234 msg_id:0x0007 src:gnd dst:cdh
reply: bootloader_ack hw_id:0x1234 msg_id:0x0007 src:cdh dst:gnd reason:0x00(pong)