Laixer / Vecraft

GNU General Public License v3.0
2 stars 0 forks source link

Accept PGN::CommandedAddress #18

Open yorickdewid opened 4 months ago

yorickdewid commented 4 months ago

Accept to change the node id/address from a commanded address message.

yorickdewid commented 4 months ago

Maybe test changing node id before implementing the entire message according to the spec.

daan-laixer commented 4 months ago

Maybe test changing node id before implementing the entire message according to the spec.

* use proprietary pgn with a custom payload to change the node id. J1939 crate can convert 3 bytes into a pgn.

Tested, works!

yorickdewid commented 4 months ago

Link #21