Skip to content

ble: Increase max size of the firmware string

rahix requested to merge rahix/longer-ble-version into master

For some development builds, the firmware version string can get quite long. For example: v1.17-123-g2120027c87da-dirty. To ensure such long versions still get transmitted properly, increase the buffer size to 32 bytes. Let's hope that's enough for now...

Merge request reports