GDI4: SENT to CAN: correct comment

This commit is contained in:
Andrey Gusakov 2024-12-17 23:45:01 +03:00 committed by rusefillc
parent eb3aee3a79
commit 6e5069fe3e
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static void sendOutSentData(int baseID) {
// See scaled_high_pressure scaled_channel, 0.1 bar resolution
uint16_t press = GmPressureGetPressure() * GM_SENT_CANBUS_SCALE_PRESSURE;
// See scaled_temperature scaled_channel, 0.001 deg C resolution
// See scaled_temperature scaled_channel, 0.01 deg C resolution
int16_t temp = GmPressureGetTemperature() * GM_SENT_CANBUS_SCALE_TEMPERATURE;
m_frame.data16[0] = press;