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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Recent changes to the [Chirp Arduino SDK](https://developers.chirp.io/docs).
9
9
-`chirp_connect_as_string` has been removed. You can find alternatives on our [Payload](https://developers.chirp.io/docs/using-chirp/payloads) page.
10
10
-`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.
11
11
-`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.
12
+
-`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.
13
+
- Core build v3.3.1
12
14
13
15
## v3.3.1 (22/08/2019)
14
16
- Use high frequency oscillator in Nano 33 Sense examples
0 commit comments