Releases: chirp/chirp-arduino
Releases · chirp/chirp-arduino
3.4.1
v3.4.0
- All functions have been renamed to
chirp_sdk*
fromchirp_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
becomeschirp_sdk_(set/get)_listen_to_self
. Be aware these are opposite meanings so don't forget to switchtrue
byfalse
and vice versa when updating your code.CHIRP_SDK_MEMORY_LEAK
error code has been added and is returned bydel_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