From 0f7d7864454033dde5f7e2bc2cf1a20939e5904f Mon Sep 17 00:00:00 2001 From: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com> Date: Sat, 20 Aug 2022 21:44:57 -0400 Subject: [PATCH] Add configure TFT_eSPI --- .github/workflows/build_push.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 6840cc5..9a248bc 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -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/arduino-test-compile@v3.2.0 with: