Hi,
This string is defined by "CONFIG_BT_DIS_FW_REV_STR". Is there any API that can modify it?
Hi,
This string is defined by "CONFIG_BT_DIS_FW_REV_STR". Is there any API that can modify it?
Hi,
I have configured "CONFIG_SETTINGS_RUNTIME" and executed
Can you give me some suggestions?
Hi,
Modifying the string during runtime is not supported since it is set during build as I suggested previously, but I'm not sure I understand what you're aiming to do now.
In the image you posted, you clearly see that you've included settings.h and are calling the function that is unreferenced. Where did you get this part from? Is it from another sample, is it present in the NCS v2.6.1 sample that you're using or elsewhere?
Kind regards,
Andreas
Hi,
I want to get result like this:
The "V1.0.2" will be displayed on "Firmware Revision String".
No matter use "tmodify the config during runtime" or "modify it as a string before building" , only I need is to fulfill this function.
VERSION_MAJOR = 1 VERSION_MINOR = 0 PATCHLEVEL = 2 VERSION_TWEAK = 0 EXTRAVERSION =