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.
GenericApp
class derived fromthreading.Thread
, therefore it's easier to startGenericApp
instances in their own thread.- Events can be handled in their dedicated event callback methods in addition to
the generic
event_handler
method of theGenericApp
. ConnectorApp
class removed, its functionality moved toArgumentParser
class andget_connector
functions.BluetoothApp
andBtmeshApp
classes derived directly fromGenericApp
, they need a connector instance in their constructor.PeriodicTimer
replaced with threading objects inbt_thermometer
example.- Timestamp added to logging messages.
- Libcpc_wrapper script updated.
PeriodicTimer
helper 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.