We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are two different keys for ship type. Please only use one.
` decode_msg_5 ... 'shiptype': ShipType(get_int_from_data(232, 240)), decode_msg_19 .. 'shiptype': ShipType(get_int_from_data(232, 240)), ... decode_msg_23 . . . 'ship_type': ShipType(get_int_from_data(114, 122))
`
The text was updated successfully, but these errors were encountered:
Uniformly name shiptype as part of #32
d88207e
Uniformly name shiptype as part of #32 (#34)
bf9a99f
Done. Will be available in the next release
Sorry, something went wrong.
M0r13n
No branches or pull requests
There are two different keys for ship type. Please only use one.
`
decode_msg_5 ...
'shiptype': ShipType(get_int_from_data(232, 240)),
decode_msg_19 ..
'shiptype': ShipType(get_int_from_data(232, 240)),
...
decode_msg_23 . . .
'ship_type': ShipType(get_int_from_data(114, 122))
`
The text was updated successfully, but these errors were encountered: