Skip to content

Releases: yapiolibs/hamlib-rotctl-easycomm-parser

HamlibRotctlEasycommParser v0.1.3

04 Jun 00:09
Compare
Choose a tag to compare
  • 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
  • code cleanup (fixes #8):
    • removed/restructured code
    • renamed types/functions to comply with get/set instead of read/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 in platformio.ini (now configured in unity_config.h)

HamlibRotctlEasycommParser v0.1.2

02 May 23:21
Compare
Choose a tag to compare
  • fix sscanf issue #4 on ststm32 by linking full library instead of newlib-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

pio-run.yaml
pio-check.yaml
unit-tests.yaml
integration-tests-hamlib4x.yaml

HamlibRotctlEasycommParser v0.1.1

12 Apr 23:24
Compare
Choose a tag to compare

HamlibRotctlEasycommParser v0.1.0

12 Apr 23:22
Compare
Choose a tag to compare