fix(logger): add MiB unit to SDLOG_MAX_SIZE (#27245)

This required to add MiB as a unit to the parsers.

While at it, I decided to clean up the MB log output and be correct
using MiB instead.
This commit is contained in:
Julian Oes
2026-04-30 16:40:08 +12:00
committed by GitHub
parent cceaab7375
commit d00372cc04
6 changed files with 18 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ parameters:
allowed: [
'%', 'Hz', '1/s', 'mAh',
'rad', '%/rad', 'rad/s', 'rad/s^2', '%/rad/s', 'rad s^2/m','rad s/m',
'bit/s', 'B/s',
'bit/s', 'B/s', 'MiB',
'deg', 'deg*1e7', 'deg/s', 'deg/s^2',
'celcius', 'gauss', 'gauss/s', 'mgauss', 'mgauss^2',
'hPa', 'kg', 'kg/m^2', 'kg m^2', 'kg/m^3',