tact1m4n3 / crsf-rs

A work in progress crsf protocol packet parser
MIT License
10 stars 7 forks source link

Make address as a part of a packet #25

Closed anti-social closed 4 months ago

tact1m4n3 commented 4 months ago

I think it would be better not to have the raw packet's address field public as changing it wouldn't actually change anything in the buffer(and there can be a possible discrepancy between the address bit and the actual packet data). So maybe we can make a getter for it?

anti-social commented 4 months ago

Yeah, that's true

anti-social commented 4 months ago

Updated