Skip to content
Snippets Groups Projects
  • rahix's avatar
    06e95977
    fix(ble): Increase max size of the firmware string · 06e95977
    rahix authored
    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...
    06e95977
    History
    fix(ble): Increase max size of the firmware string
    rahix authored
    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...