Explorar el Código

Pull arduino-esp32 v2.0.4

Just Call Me Koko hace 3 años
padre
commit
ebe6e66fe3
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      .github/workflows/build_push.yml

+ 11 - 0
.github/workflows/build_push.yml

@@ -13,6 +13,13 @@ jobs:
     steps:
       - name: Checkout Code
         uses: actions/checkout@v3
+        
+      - name: Pull arduino-esp32 v2.0.4
+        uses: actions/checkout@v2
+        with:
+          repository: espressif/arduino-esp32
+          ref: 2.0.4
+          path: 2.0.4arduino-esp32
       
       - name: Install TFT_eSPI
         uses: actions/checkout@v2
@@ -70,6 +77,10 @@ jobs:
           ref: main
           path: CustomSwitchLib
           
+      - name: Search for SD lib in arduino-esp32 v2.0.4
+        run: |
+          find /home/runner/work/ESP32Marauder/ESP32Marauder/2.0.4arduino-esp32 -name "SD"
+          
       - name: Configure TFT_eSPI
         run: |
           rm -f CustomTFT_eSPI/User_Setup_Select.h