Skip to content

Commit 1585fdc

Browse files
committed
Compile test: Add HW revision 2.3 test
1 parent ec2c4fd commit 1585fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/compile_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_control_modes(self):
424424
self.build_firmware(control_mode, control_mode=control_mode, features=my_features)
425425

426426
def test_hw_revisions(self):
427-
for hw_revision in [1, 2, 3, 4, 5, 20, 21, 22]:
427+
for hw_revision in [1, 2, 3, 4, 5, 20, 21, 22, 23]:
428428
self.build_firmware(str(hw_revision), hardware_rev = hw_revision)
429429

430430
def test_throttle_auto_cruise(self):
@@ -478,7 +478,7 @@ def test_max_config(self):
478478
)
479479

480480
def test_max_config_fc2x0(self):
481-
self.build_firmware(hardware_rev = 22,
481+
self.build_firmware(hardware_rev = 23,
482482
display_type='NOKIA_4PIN',
483483
serial_mode='DEBUG',
484484
control_mode='TORQUE',

0 commit comments

Comments
 (0)