Skip to content

Commit e13d20d

Browse files
committed
fix afr data decimal
1 parent 9b5a97e commit e13d20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void handleSerialCommunication()
5252

5353
rpm = getWord(14);
5454
mapData = getWord(4) / 10;
55-
afrConv = getByte(10) / 10;
55+
afrConv = getByte(10) *0.1;
5656
tps = getByte(24) / 2;
5757
adv = (int8_t)getByte(23);
5858
fp = getByte(103);

0 commit comments

Comments
 (0)