diff --git a/firmware/console/binary/output_channels.txt b/firmware/console/binary/output_channels.txt index ea6c6fc93d..a1ac403bd1 100644 --- a/firmware/console/binary/output_channels.txt +++ b/firmware/console/binary/output_channels.txt @@ -156,7 +156,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2 uint16_t warningCounter;@@GAUGE_NAME_WARNING_COUNTER@@;"count",1, 0, 0, 0, 0 uint16_t lastErrorCode;@@GAUGE_NAME_WARNING_LAST@@;"error",1, 0, 0, 0, 0 - uint16_t[8 iterate] recentErrorCode;;"error", 1, 0, 0, 0, 0 + uint16_t[8 iterate] recentErrorCode;Warning code;"error", 1, 0, 0, 0, 0 ! todo: re-implement enableLogDebugChannels float debugFloatField1;;"val", 1, 0, 0, 0, 3 diff --git a/firmware/integration/rusefi_config_shared.txt b/firmware/integration/rusefi_config_shared.txt index f595bfde90..f37676c0d6 100644 --- a/firmware/integration/rusefi_config_shared.txt +++ b/firmware/integration/rusefi_config_shared.txt @@ -91,7 +91,7 @@ #define GAUGE_NAME_ETB_ERROR "ETB: position error" #define GAUGE_NAME_ETB_DUTY "ETB: Duty" #define GAUGE_NAME_IDLE_POSITION "Idle: Position sensor" -#define GAUGE_NAME_LAST_ERROR "Last error" +#define GAUGE_NAME_LAST_ERROR "Warning: last" #define GAUGE_NAME_TUNE_CRC16 "Tune CRC16" #define GAUGE_NAME_ENGINE_CRC16 "Engine CRC16" #define GAUGE_NAME_FW_VERSION "ECU Software Version"