Skip to content
Snippets Groups Projects
Commit 806acd9d authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Merge a few more config numbers.

parent 81049470
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -70,17 +70,17 @@ type DevConfig struct {
BackLightTimeoutSeconds int8 `struct:"int8"`
IdleTitleDisplayMode int8 `struct:"int8"`
AlarmCPMValue int16 `struct:"int16,big"`
CalibrationCPM0 byte `struct:"int16,big"`
CalibrationCPM0 int16 `struct:"int16,big"`
CalibrationSvUcByte3p0 byte `struct:"byte"`
CalibrationSvUcByte2p0 byte `struct:"byte"`
CalibrationSvUcByte1p0 byte `struct:"byte"`
CalibrationSvUcByte0p0 byte `struct:"byte"`
CalibrationCPM1 byte `struct:"int16,big"`
CalibrationCPM1 int16 `struct:"int16,big"`
CalibrationSvUcByte3p1 byte `struct:"byte"`
CalibrationSvUcByte2p1 byte `struct:"byte"`
CalibrationSvUcByte1p1 byte `struct:"byte"`
CalibrationSvUcByte0p1 byte `struct:"byte"`
CalibrationCPM2 byte `struct:"int16,big"`
CalibrationCPM2 int16 `struct:"int16,big"`
CalibrationSvUcByte3p2 byte `struct:"byte"`
CalibrationSvUcByte2p2 byte `struct:"byte"`
CalibrationSvUcByte1p2 byte `struct:"byte"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment