You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header:
- changed the magic field from 64 to 32 bit
- extented the version number from 16 to 32 bit
Channel:
- changed transmit power from dBm to mW, extending the field from 8 to 32 bit
- dropped the scan list index field
- dropped the group list index field
- changed the longitude field from 8 to 16 bit to fix#30
Header:
- changed the magic field from 64 to 32 bit
- extented the version number from 16 to 32 bit
Channel:
- changed transmit power from dBm to mW, extending the field from 8 to 32 bit
- dropped the scan list index field
- dropped the group list index field
- changed the longitude field from 8 to 16 bit to fix#30
As DM3MAT pointed out, the longitude field in the
geo_t
data structure is anint8_t
and will overflow for values above +/- 127 degrees.The text was updated successfully, but these errors were encountered: