The releases in this repo are based on particular GSDK releases. The version numbers here reflect the GSDK version that the release is based on.
4.2.0 - 2022-12-15
- bt_roaming example
- Update BGAPI version to 5.0.0.
GenericAppclass derived fromthreading.Thread, therefore it's easier to startGenericAppinstances in their own thread.- Events can be handled in their dedicated event callback methods in addition to
the generic
event_handlermethod of theGenericApp. ConnectorAppclass removed, its functionality moved toArgumentParserclass andget_connectorfunctions.BluetoothAppandBtmeshAppclasses derived directly fromGenericApp, they need a connector instance in their constructor.PeriodicTimerreplaced with threading objects inbt_thermometerexample.- Timestamp added to logging messages.
- Libcpc_wrapper script updated.
PeriodicTimerhelper class
4.1.2 - 2022-09-30
- btmesh_light and btmesh_switch examples.
- CPC support (Linux only).
- 'bt_' prefix for BLE example names.
- Readme files in the example folders.
- This change log.
- Update BGAPI version to 4.2.0.
- Float conversion issue with bt_thermometer_client example.
4.0.0 - 2021-12-20
- Update BGAPI version to 3.3.0.
- Node reset removed from Bluetooth mesh reset.
- Initial public release.