auto-sync
This commit is contained in:
parent
357c14ab3d
commit
5b2886a282
|
@ -86,7 +86,7 @@
|
|||
|
||||
#if EFI_TUNER_STUDIO || defined(__DOXYGEN__)
|
||||
|
||||
#define TS_OUTPUT_SIZE 356
|
||||
#define TS_OUTPUT_SIZE 276
|
||||
|
||||
EXTERN_ENGINE
|
||||
;
|
||||
|
|
|
@ -132,7 +132,7 @@ typedef struct {
|
|||
float debugFloatField6; // 256
|
||||
float debugFloatField7; // 260
|
||||
int firmwareVersion; // 264
|
||||
int unused3[22];
|
||||
int unused3[2];
|
||||
} TunerStudioOutputChannels;
|
||||
|
||||
#endif /* TUNERSTUDIO_CONFIGURATION_H_ */
|
||||
|
|
|
@ -35,7 +35,7 @@ typedef enum {
|
|||
|
||||
// see 'blockingFactor' in rusefi.ini todo: move to rusefi_config.txt
|
||||
// see BLOCKING_FACTOR in java console code
|
||||
#define BLOCKING_FACTOR 400
|
||||
#define BLOCKING_FACTOR 320
|
||||
|
||||
typedef struct {
|
||||
BaseChannel * channel;
|
||||
|
@ -44,7 +44,7 @@ typedef struct {
|
|||
* we use 'blockingFactor = 320' in rusefi.ini
|
||||
* todo: should we just do (320 + CRC_WRAPPING_SIZE) ?
|
||||
*/
|
||||
char crcReadBuffer[BLOCKING_FACTOR + 10];
|
||||
char crcReadBuffer[BLOCKING_FACTOR + 30];
|
||||
} ts_channel_s;
|
||||
|
||||
#define TS_HELLO_COMMAND_DEPRECATED 'H' // 0x48
|
||||
|
|
|
@ -750,7 +750,7 @@ fileVersion = { 20161225 }
|
|||
ochGetCommand = "O"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 356
|
||||
ochBlockSize = 276
|
||||
|
||||
rpm = scalar, U32, 0, "RPM", 1, 0.00000
|
||||
#if CELSIUS
|
||||
|
|
Loading…
Reference in New Issue