소스 검색

Add configure TFT_eSPI

Just Call Me Koko 3 년 전
부모
커밋
0f7d786445
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .github/workflows/build_push.yml

+ 7 - 0
.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: