- We fixed the conversion of variable
alias
in@searchvar
. - The bit transfer function can output any
AbstractVector{UInt8}
.
- The function
process_telemetries
was renamed toprocess_telemetry_packets
. - The function
set_default_telemetry_packet
was renamed toset_default_telemetry_packets!
. - The function
set_default_telemetry_source
was renamed toset_default_telemetry_source!
. - We added the support for the raw transfer functions.
- We added a progress bar to show the process status.
- The variable search functionality provided by the macro
@serchvar
was highly improved. It is now case-insensitive and it also considers the variable labels during searching. - We added a REAMDE.md describing the package.
- Initial stable version.