mirror of https://github.com/rusefi/wideband.git
f1_rev3 and f1_rev2 both use same ini file (#149)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
3349361f6b
commit
5f6e62a7e0
|
@ -107,7 +107,7 @@ int GetConfiguratiuonSize()
|
|||
return sizeof(config);
|
||||
}
|
||||
|
||||
#define TS_SIGNATURE "rusEFI 2022.05.29.wideband_rev2"
|
||||
#define TS_SIGNATURE "rusEFI 2022.05.29.wideband_f1"
|
||||
|
||||
const char *getTsSignature() {
|
||||
return TS_SIGNATURE;
|
||||
|
|
|
@ -134,7 +134,7 @@ int GetConfiguratiuonSize()
|
|||
return sizeof(config);
|
||||
}
|
||||
|
||||
#define TS_SIGNATURE "rusEFI 2022.05.29.wideband_rev2"
|
||||
#define TS_SIGNATURE "rusEFI 2022.05.29.wideband_f1"
|
||||
|
||||
const char *getTsSignature() {
|
||||
return TS_SIGNATURE;
|
||||
|
|
|
@ -17,7 +17,7 @@ enable2ndByteCanID = false
|
|||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature = "rusEFI 2022.05.29.wideband_rev2" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2022.05.29.wideband_f1" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
Loading…
Reference in New Issue