Hy there,
as I understand, every BLE firmware with BLE Stack 2.0 on CC26xx will consist of two packages:
- application
- stack
To acquire detail version info of the device I use my SVN revision as firmware revision in the devinfo service:
const uint8 devInfoFirmwareRev[] = "FW $Rev: 1171 $ ";
Is there any recommended way to compile the SVN rev into the BLE stack as well? And how could I read this information from the communication client then?
There is a function called "Util_buildRevision", but this only contains integers and bit coded flags.
Is there a simple way of passing a string value /char array from stack to application?
Best regards
Harald