Releases: yapiolibs/hamlib-rotctl-easycomm-parser
Releases · yapiolibs/hamlib-rotctl-easycomm-parser
HamlibRotctlEasycommParser v0.1.3
- adds handling and responses for
- get time:
ST
without parameters sould respond with current time - get uplink/downlink radio:
UR
/DR
without parameters sould respond the current values, #7 - get uplink/downlink mode:
UM
/DM
without parameters sould respond the current values, #6 - get uplink/downlink frequency:
UP
/DN
without parameters sould respond the current values, #5
- get time:
- code cleanup (fixes #8):
- removed/restructured code
- renamed types/functions to comply with
get
/set
instead ofread
/request
/write
for commands that can send and retrieve parameters
-PlatformIO 6.0 - fixes issue where test folders must be prefixed by
test_
- fixes issue where Unity + PlatformIO 6.0 needs explicit transport implementation for
ARDUINO_ARCH_AVR
platform - fixes issue with deprecated custom transport keyword for
ststm32
inplatformio.ini
(now configured inunity_config.h
)
HamlibRotctlEasycommParser v0.1.2
- fix
sscanf
issue #4 onststm32
by linking full library instead ofnewlib-nano
- inserted delay before each unit test starts on any physical board to not miss failing tests
- added new example
- polished documentation; refined library.json;
Checks
HamlibRotctlEasycommParser v0.1.1
Repaired meta data for https://registry.platformio.org/.
HamlibRotctlEasycommParser v0.1.0
Initially released at https://registry.platformio.org/.