You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.