auto-sync
This commit is contained in:
parent
4a47d57bde
commit
474b99ba60
|
@ -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
|
||||
|
|
|
@ -42,7 +42,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Dec 28 20:58:35 EST 2016
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Dec 29 19:06:21 EST 2016
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -805,7 +805,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
|
||||
|
|
|
@ -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