-
- Downloads
fix(ble): Increase max size of the firmware string
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...
Please register or sign in to comment