Skip to content

v3.4.0

Compare
Choose a tag to compare
@LittleMonsterFr LittleMonsterFr released this 18 Sep 16:29
· 18 commits to develop since this release
  • All functions have been renamed to chirp_sdk* from chirp_connect*
  • chirp_sdk_get_heap_usage has been added. This gives you the current dynamic memory allocated and used at any time by the SDK.
  • chirp_connect_pause has been removed.
  • chirp_connect_as_string has been removed. You can find alternatives on our Payload page.
  • chirp_sdk_(set/get)_auto_mute becomes chirp_sdk_(set/get)_listen_to_self. Be aware these are opposite meanings so don't forget to switch true by false and vice versa when updating your code.
  • CHIRP_SDK_MEMORY_LEAK error code has been added and is returned by del_chirp_sdk when some memory leaks occur when deleting the SDK.
  • CHIRP_SDK_RECEIVING_NOT_AVAILABLE error code has been added and is returned when trying to use decoding features with a library which is send only.
  • Core build v3.3.1