Skip to content

Commit d0e7334

Browse files
committed
feat: enable WBO CAN menu and sensor type selection in TunerStudio
1 parent e89ecbe commit d0e7334

7 files changed

Lines changed: 28 additions & 3 deletions

File tree

.github/workflows/nightly-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
runs-on: ubuntu-latest
8080
permissions:
8181
contents: write
82+
pages: write
83+
id-token: write
8284
steps:
8385
- uses: actions/checkout@v4
8486

@@ -172,7 +174,7 @@ jobs:
172174
- name: Deploy INI files to GitHub Pages
173175
uses: peaceiris/actions-gh-pages@v3
174176
with:
175-
github_token: ${{ secrets.GITHUB_TOKEN }}
177+
personal_token: ${{ secrets.MY_REPO_PAT }}
176178
publish_dir: ./ini-pages
177179
destination_dir: ini
178180
keep_files: true

boards/mazduino-compact/prepend.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@
3838
#define ts_show_cylinder_bank false
3939
#define ts_show_number_of_cylinders true
4040
#define ts_show_experimental false
41+
#define ts_show_wbo_can_menu true
42+
#define ts_show_wbo_canbus_set_type true
43+
#define ts_show_wbo_canbus_set_index true
44+
#define ts_show_wbo_canbus_index true
45+
#define ts_show_update_wbo_2023_to_2026 true

boards/mazduino-lite/prepend.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@
3838
#define ts_show_cylinder_bank false
3939
#define ts_show_number_of_cylinders true
4040
#define ts_show_experimental false
41+
#define ts_show_wbo_can_menu true
42+
#define ts_show_wbo_canbus_set_type true
43+
#define ts_show_wbo_canbus_set_index true
44+
#define ts_show_wbo_canbus_index true
45+
#define ts_show_update_wbo_2023_to_2026 true

boards/mazduino-mega100-512/prepend.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#define ts_show_forced_induction false
5252

5353
! WBO firmware update disabled
54-
#define ts_show_update_wbo_2023_to_2026 false
5554

5655
! LTFT SD card message not relevant (no SD card)
5756
#define ts_show_ltft_sd_card_message false
@@ -60,3 +59,7 @@
6059
#define ts_show_vvt_output false
6160
#define ts_show_vvt_output_pin false
6261
#define ts_show_vvt_frequency false
62+
#define ts_show_wbo_can_menu true
63+
#define ts_show_wbo_canbus_set_type true
64+
#define ts_show_wbo_canbus_set_index true
65+
#define ts_show_wbo_canbus_index true

boards/mazduino-mega100/prepend.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@
2424
! Status LED at PB7
2525
#define ts_show_status_leds true
2626
#define ts_show_experimental false
27+
#define ts_show_wbo_can_menu true
28+
#define ts_show_wbo_canbus_set_type true
29+
#define ts_show_wbo_canbus_set_index true
30+
#define ts_show_wbo_canbus_index true
31+
#define ts_show_update_wbo_2023_to_2026 true

boards/mazduino-mini6ch/prepend.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@
3838
#define ts_show_cylinder_bank true
3939
#define ts_show_number_of_cylinders true
4040
#define ts_show_experimental false
41+
#define ts_show_wbo_can_menu true
42+
#define ts_show_wbo_canbus_set_type true
43+
#define ts_show_wbo_canbus_set_index true
44+
#define ts_show_wbo_canbus_index true
45+
#define ts_show_update_wbo_2023_to_2026 true

ext/rusefi

0 commit comments

Comments
 (0)