Fix some generation problems (revert some code for this)
Added compiler options:
Allow disable ecal feature, and free memory, this allow apply 301 measure points
EXTRA_CFLAGS += -DBOARD_DISABLE_ECAL
Allow set custom points
EXTRA_CFLAGS += -DSWEEP_POINTS_MAX=301
Allow apply more less measure periods count (more fast, if need more better measure, need increase avg option on device)
EXTRA_CFLAGS += -DEXPERIMENTAL_NPERIODS
Allow less wait generator ready time (more fast, no affect to measure quality)
EXTRA_CFLAGS += -DEXPERIMENTAL_SYNTHWAIT
Set for 4` display
EXTRA_CFLAGS += -DDISPLAY_ST7796
smooth ecal measure data (if ecal option enabled) - this allow not add ecal noise to measure
fixed CRC calculation (fix problem on load in some cases) also cache CRC data for not check it twice
Show interpolated calibration as 'c' - not interpolated as 'C' always show current used slot
More simple counting measure nPeriods (allow set custom for every step)
Fix some generation problems (revert some code for this) Added compiler options:
Allow disable ecal feature, and free memory, this allow apply 301 measure points EXTRA_CFLAGS += -DBOARD_DISABLE_ECAL
Allow set custom points EXTRA_CFLAGS += -DSWEEP_POINTS_MAX=301
Allow apply more less measure periods count (more fast, if need more better measure, need increase avg option on device) EXTRA_CFLAGS += -DEXPERIMENTAL_NPERIODS
Allow less wait generator ready time (more fast, no affect to measure quality) EXTRA_CFLAGS += -DEXPERIMENTAL_SYNTHWAIT
Set for 4` display EXTRA_CFLAGS += -DDISPLAY_ST7796
smooth ecal measure data (if ecal option enabled) - this allow not add ecal noise to measure
fixed CRC calculation (fix problem on load in some cases) also cache CRC data for not check it twice
Show interpolated calibration as 'c' - not interpolated as 'C' always show current used slot
More simple counting measure nPeriods (allow set custom for every step)
Some small fixes