v3.4.0
·
18 commits
to develop
since this release
- All functions have been renamed to
chirp_sdk*fromchirp_connect* chirp_sdk_get_heap_usagehas been added. This gives you the current dynamic memory allocated and used at any time by the SDK.chirp_connect_pausehas been removed.chirp_connect_as_stringhas been removed. You can find alternatives on our Payload page.chirp_sdk_(set/get)_auto_mutebecomeschirp_sdk_(set/get)_listen_to_self. Be aware these are opposite meanings so don't forget to switchtruebyfalseand vice versa when updating your code.CHIRP_SDK_MEMORY_LEAKerror code has been added and is returned bydel_chirp_sdkwhen some memory leaks occur when deleting the SDK.CHIRP_SDK_RECEIVING_NOT_AVAILABLEerror 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