let's enlarge... outputs area
This commit is contained in:
parent
cb0fe66f33
commit
e0e39bc4f1
|
@ -225,7 +225,7 @@ typedef struct {
|
||||||
scaled_voltage rawOilPressure; // 242
|
scaled_voltage rawOilPressure; // 242
|
||||||
|
|
||||||
int16_t tuneCrc16; // 244
|
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
|
// Temporary - will remove soon
|
||||||
TsDebugChannels* getDebugChannels() {
|
TsDebugChannels* getDebugChannels() {
|
||||||
|
@ -233,6 +233,8 @@ typedef struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* see also [OutputChannels] in rusefi.input */
|
/* see also [OutputChannels] in rusefi.input */
|
||||||
|
/* see also TS_OUTPUT_SIZE in rusefi_config.txt */
|
||||||
|
|
||||||
} TunerStudioOutputChannels;
|
} TunerStudioOutputChannels;
|
||||||
|
|
||||||
extern TunerStudioOutputChannels tsOutputChannels;
|
extern TunerStudioOutputChannels tsOutputChannels;
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
! this is here so that rusEfi console can access it, too
|
! 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
|
! [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
|
! this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
||||||
|
|
Loading…
Reference in New Issue