Skip to content

Commit

Permalink
TS: bump signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Feb 4, 2025
1 parent b786240 commit 15f3462
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion firmware/boards/f1_dual/wideband_board_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// TS settings
#define TS_SIGNATURE "rusEFI 2024.02.11.wideband_dual"
#define TS_SIGNATURE "rusEFI 2025.02.04.wideband_dual"

// This board implements two channels
#define AFR_CHANNELS 2
Expand Down
2 changes: 1 addition & 1 deletion firmware/boards/f1_dual_rev1/wideband_board_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// TS settings
#define TS_SIGNATURE "rusEFI 2024.02.11.wideband_dual"
#define TS_SIGNATURE "rusEFI 2025.02.04.wideband_dual"

// This board implements two channels
#define AFR_CHANNELS 2
Expand Down
2 changes: 1 addition & 1 deletion firmware/boards/f1_rev2/wideband_board_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// TS settings
#define TS_SIGNATURE "rusEFI 2023.05.10.wideband_f1"
#define TS_SIGNATURE "rusEFI 2025.02.04.wideband_f1"

// Fundamental board constants
#define VCC_VOLTS (3.3f)
Expand Down
2 changes: 1 addition & 1 deletion firmware/boards/f1_rev3/wideband_board_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// TS settings
#define TS_SIGNATURE "rusEFI 2023.05.10.wideband_f1"
#define TS_SIGNATURE "rusEFI 2025.02.04.wideband_f1"

// Fundamental board constants
#define VCC_VOLTS (3.3f)
Expand Down
4 changes: 2 additions & 2 deletions firmware/ini/wideband_dual.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2024.02.11.wideband_dual"
signature = "rusEFI 2025.02.04.wideband_dual"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2024.02.11.wideband_dual" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2025.02.04.wideband_dual" ; 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
Expand Down
4 changes: 2 additions & 2 deletions firmware/ini/wideband_f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ enable2ndByteCanID = false

[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.05.10.wideband_f1"
signature = "rusEFI 2025.02.04.wideband_f1"

[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2023.05.10.wideband_f1" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2025.02.04.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
Expand Down

0 comments on commit 15f3462

Please sign in to comment.