diff --git a/firmware/console/binary/tunerstudio_outputs.h b/firmware/console/binary/tunerstudio_outputs.h index 0f71d3f0e3..a159946041 100644 --- a/firmware/console/binary/tunerstudio_outputs.h +++ b/firmware/console/binary/tunerstudio_outputs.h @@ -14,17 +14,8 @@ #include "efi_scaled_channel.h" #include "output_channels_generated.h" - /** - * todo https://github.com/rusefi/rusefi/issues/197 - * three locations have to be changed manually - * 1) we inherit from generated ts_outputs_s based on output_channels.txt - * 2) '[OutputChannels]' block in tunerstudio.template.ini - * 3) com.rusefi.core.Sensor enum in rusEFI console source code - * 4) static constexpr LogField fields[] SD card logging - * * see also [OutputChannels] in tunerstudio.template.ini - * see also TS_OUTPUT_SIZE in rusefi_config.txt */ struct TunerStudioOutputChannels : output_channels_s { };