Releases: yapiolibs/hamlib-rotctl-easycomm-parser
Releases · yapiolibs/hamlib-rotctl-easycomm-parser
HamlibRotctlEasycommParser v0.1.3
- adds handling and responses for
- get time:
STwithout parameters sould respond with current time - get uplink/downlink radio:
UR/DRwithout parameters sould respond the current values, #7 - get uplink/downlink mode:
UM/DMwithout parameters sould respond the current values, #6 - get uplink/downlink frequency:
UP/DNwithout parameters sould respond the current values, #5
- get time:
- code cleanup (fixes #8):
- removed/restructured code
- renamed types/functions to comply with
get/setinstead ofread/request/writefor 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_AVRplatform - fixes issue with deprecated custom transport keyword for
ststm32inplatformio.ini(now configured inunity_config.h)
HamlibRotctlEasycommParser v0.1.2
- fix
sscanfissue #4 onststm32by 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/.