Skip to content

Commit

Permalink
Add configure TFT_eSPI
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmekoko authored Aug 21, 2022
1 parent 118c468 commit 0f7d786
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
ref: main
path: CustomSwitchLib

- name: Configure TFT_eSPI
run: |
rm -f CustomTFT_eSPI/User_Setup_Select.h
cp User_Setup_Select.h CustomTFT_eSPI/
cp User_Setup_marauder_mini.h CustomTFT_eSPI/
cp User_Setup_og_marauder.h CustomTFT_eSPI/
- name: Install ESP32 Boards and Compile MarauderOTA
uses: ArminJo/[email protected]
with:
Expand Down

0 comments on commit 0f7d786

Please sign in to comment.