From c13897a2d154831d7542986f7c0d4278a9b57b85 Mon Sep 17 00:00:00 2001 From: Andrey Gusakov Date: Mon, 11 Mar 2024 22:56:03 +0300 Subject: [PATCH] max3185x: human indexing --- firmware/hw_layer/sensors/max3185x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/sensors/max3185x.cpp b/firmware/hw_layer/sensors/max3185x.cpp index f1ec02be1c..b39ca9058d 100644 --- a/firmware/hw_layer/sensors/max3185x.cpp +++ b/firmware/hw_layer/sensors/max3185x.cpp @@ -134,7 +134,7 @@ public: for (int i = 0; i < EGT_CHANNEL_COUNT; i++) { if (isBrainPinValid(m_cs[i])) { - efiPrintf("EGT CS %d @%s", i, hwPortname(m_cs[i])); + efiPrintf("EGT CS %d @%s", i + 1, hwPortname(m_cs[i])); } } #endif