1. 22 Feb, 2023 6 commits
  2. 21 Feb, 2023 5 commits
  3. 20 Feb, 2023 6 commits
  4. 19 Feb, 2023 2 commits
  5. 18 Feb, 2023 10 commits
  6. 17 Feb, 2023 5 commits
  7. 16 Feb, 2023 5 commits
  8. 15 Feb, 2023 1 commit
    • Cedric Roux's avatar
      bugfix: length type too short · 16b0b5f0
      Cedric Roux authored
      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.
      16b0b5f0