f1_rev3 and f1_rev2 both use same ini file (#149)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2022-09-07 21:56:23 -05:00 committed by GitHub
parent 3349361f6b
commit 5f6e62a7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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