From b5e918fc8040286aee053bfee4a0a8f228b8edbc Mon Sep 17 00:00:00 2001 From: Andrey Gusakov Date: Sun, 10 Mar 2024 19:16:44 +0300 Subject: [PATCH] egt values can be negative --- firmware/console/binary/output_channels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/console/binary/output_channels.txt b/firmware/console/binary/output_channels.txt index e2b0bccbef..599126fb28 100644 --- a/firmware/console/binary/output_channels.txt +++ b/firmware/console/binary/output_channels.txt @@ -173,7 +173,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2 int16_t debugIntField4;;"val", 1, 0, 0, 0, 0 int16_t debugIntField5;;"val", 1, 0, 0, 0, 0 - uint16_t[EGT_CHANNEL_COUNT iterate] autoscale egt;EGT;"deg C",{1/@@PACK_MULT_EGTEMPERATURE@@}, 0, 0, 0, 2 + int16_t[EGT_CHANNEL_COUNT iterate] autoscale egt;EGT;"deg C",{1/@@PACK_MULT_EGTEMPERATURE@@}, 0, 0, 0, 2 int16_t autoscale rawTps1Primary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3 int16_t autoscale rawPpsPrimary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3