Skip to content

HamlibRotctlEasycommParser v0.1.3

Latest
Compare
Choose a tag to compare
@rubienr rubienr released this 04 Jun 00:09
· 1 commit to main since this release
  • 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)