Skip to content

Commit 8cd7aa9

Browse files
committed
Change CI to use Teensy 3.2 instead of LC
Not like it makes much of a difference, but visually it makes sense to see "3.2" vs "4.0" when checking for issues, rather than having to remember that the LC uses the Teensy 3 core.
1 parent 72075f7 commit 8cd7aa9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
board: ['Arduino Leonardo (Serial)', 'Arduino Leonardo (XInput)', 'Teensy LC']
16+
board: ['Arduino Leonardo (Serial)', 'Arduino Leonardo (XInput)', 'Teensy 3.2']
1717
include:
1818
- board: 'Arduino Leonardo (Serial)'
1919
fqbn: arduino:avr:leonardo
2020
- board: 'Arduino Leonardo (XInput)'
2121
fqbn: xinput:avr:leonardo
22-
- board: 'Teensy LC'
23-
fqbn: teensy:avr:teensyLC:usb=xinput,speed=48,opt=osstd,keys=en-us
22+
- board: 'Teensy 3.2'
23+
fqbn: teensy:avr:teensy31:usb=xinput,speed=72,opt=o2std,keys=en-us
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)