Commit 806acd9d authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Merge a few more config numbers.

parent 81049470
Pipeline #1239 passed with stage
in 1 minute and 2 seconds
......@@ -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"`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment