Commit 81049470 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Merge a few more config numbers.

parent 6d9d8c55
Pipeline #1238 passed with stage
in 59 seconds
......@@ -70,20 +70,17 @@ type DevConfig struct {
BackLightTimeoutSeconds int8 `struct:"int8"`
IdleTitleDisplayMode int8 `struct:"int8"`
AlarmCPMValue int16 `struct:"int16,big"`
CalibrationCPMHiByte0 byte `struct:"byte"`
CalibrationCPMLoByte0 byte `struct:"byte"`
CalibrationCPM0 byte `struct:"int16,big"`
CalibrationSvUcByte3p0 byte `struct:"byte"`
CalibrationSvUcByte2p0 byte `struct:"byte"`
CalibrationSvUcByte1p0 byte `struct:"byte"`
CalibrationSvUcByte0p0 byte `struct:"byte"`
CalibrationCPMHiByte1 byte `struct:"byte"`
CalibrationCPMLoByte1 byte `struct:"byte"`
CalibrationCPM1 byte `struct:"int16,big"`
CalibrationSvUcByte3p1 byte `struct:"byte"`
CalibrationSvUcByte2p1 byte `struct:"byte"`
CalibrationSvUcByte1p1 byte `struct:"byte"`
CalibrationSvUcByte0p1 byte `struct:"byte"`
CalibrationCPMHiByte2 byte `struct:"byte"`
CalibrationCPMLoByte2 byte `struct:"byte"`
CalibrationCPM2 byte `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