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"
1085
1085
1086
1086
config BT_MESH_DFU_FWID_MAXLEN
1087
1087
int "DFU FWID max length"
1088
- default 16
1088
+ default 106
1089
1089
range 0 106
1090
1090
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.
1092
1097
1093
1098
config BT_MESH_DFU_METADATA_MAXLEN
1094
1099
int "DFU metadata max length"
You can’t perform that action at this time.
0 commit comments