File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1085,10 +1085,15 @@ menu "Firmware Update model configuration"
10851085
10861086config BT_MESH_DFU_FWID_MAXLEN
10871087 int "DFU FWID max length"
1088- default 16
1088+ default 106
10891089 range 0 106
10901090 help
1091- This value defines the maximum length of an image's firmware ID.
1091+ This value defines the maximum length of the vendor-specific version information
1092+ that the mesh stack can manage, describing the image. Please note that
1093+ only 106 octets size allows the device to be compliant with
1094+ the Bluetooth Mesh DFU specification. If smaller than 106 octets are set,
1095+ then the device will fail with managing firmware images that have
1096+ a longer vendor-specific version information.
10921097
10931098config BT_MESH_DFU_METADATA_MAXLEN
10941099 int "DFU metadata max length"
You can’t perform that action at this time.
0 commit comments