Skip to content

Commit

Permalink
Version 2.1 - USE_NO_LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Oct 9, 2023
1 parent c2ad08d commit a5ee36d
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 265 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/TestCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,28 @@ jobs:
matrix:
arduino-boards-fqbn:
- arduino:avr:uno
- arduino:avr:uno|CRYSTAL_20MHZ_ASSEMBLED
- arduino:avr:uno|STANDALONE_TEST
- arduino:avr:uno|LOCAL_DEBUG
- arduino:avr:uno|DISPLAY_ALWAYS_ON
- arduino:avr:uno|USE_NO_LCD

include:
- arduino-boards-fqbn: arduino:avr:uno|CRYSTAL_20MHZ_ASSEMBLED
- arduino-boards-fqbn: arduino:avr:uno|STANDALONE_TEST
build-properties:
All: -DCRYSTAL_20MHZ_ASSEMBLED
All: -DSTANDALONE_TEST

- arduino-boards-fqbn: arduino:avr:uno|LOCAL_DEBUG
build-properties:
All: -DLOCAL_DEBUG

- arduino-boards-fqbn: arduino:avr:uno|DISPLAY_ALWAYS_ON
build-properties:
All: -DDISPLAY_ALWAYS_ON

- arduino-boards-fqbn: arduino:avr:uno|USE_NO_LCD
build-properties:
All: -DUSE_NO_LCD

steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
Loading

0 comments on commit a5ee36d

Please sign in to comment.