let's enlarge... outputs area

This commit is contained in:
rusefi 2020-07-31 20:08:26 -04:00
parent cb0fe66f33
commit e0e39bc4f1
2 changed files with 4 additions and 2 deletions

View File

@ -225,7 +225,7 @@ typedef struct {
scaled_voltage rawOilPressure; // 242
int16_t tuneCrc16; // 244
uint8_t unusedAtTheEnd[2]; // we have some unused bytes to allow compatible TS changes
uint8_t unusedAtTheEnd[42]; // we have some unused bytes to allow compatible TS changes
// Temporary - will remove soon
TsDebugChannels* getDebugChannels() {
@ -233,6 +233,8 @@ typedef struct {
}
/* see also [OutputChannels] in rusefi.input */
/* see also TS_OUTPUT_SIZE in rusefi_config.txt */
} TunerStudioOutputChannels;
extern TunerStudioOutputChannels tsOutputChannels;

View File

@ -29,7 +29,7 @@
! this is here so that rusEfi console can access it, too
! [IMPORTANT] every time TS_OUTPUT_SIZE is changed make sure to increment TS_SIGNATURE above
!
#define TS_OUTPUT_SIZE 248
#define TS_OUTPUT_SIZE 288
!
! this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version