bugfix: length type too short
On a setup, length of cellGroupConfig was > 255.
Using uint8_t to store the length is thus wrong and gives a bad encoding of the cellGroupConfig.
So let's use uint32_t to store length instead of uint8_t.
Maintenance operation of our GitLab server is scheduled for Thursday, November 28 at noon. The server will be unavailable for about two hours.
On a setup, length of cellGroupConfig was > 255.
Using uint8_t to store the length is thus wrong and gives a bad encoding of the cellGroupConfig.
So let's use uint32_t to store length instead of uint8_t.