Hello, I would like to print SDK version in my soft. Is there a function to get the SKD version ? Thanks.
Hello, I would like to print SDK version in my soft. Is there a function to get the SKD version ? Thanks.
Hi,
You can get the SoftDevice version by using the sd_ble_version_get() function. However, there is no SDK version function, so you need to keep track of this yourself. See the Compatibility matrix for information on what SDK version and SoftDevice version that are compatible.
I don't have an up-to-date table, but I could create a up-to-date table if you want it. Regarding the SDK version, you can read it from the top of release_notes.txt
in SDK_InstallFolder\documentation\
I don't have an up-to-date table, but I could create a up-to-date table if you want it. Regarding the SDK version, you can read it from the top of release_notes.txt
in SDK_InstallFolder\documentation\