Skip to content

Commit

Permalink
New ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 75b8b97 commit ab4e504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
architecture: "x64"
- name: Install PlatformIO
run: python -m pip install platformio
- name: Install Espressif32
run: pio pkg install -p https://registry.platformio.org/platforms/platformio/espressif32 --project-conf "example/platformio.ini"
- name: Copy packages
run: cp ./boards/*.json ./platformio/platforms/espressif32/boards
- name: Copy boards
run: |
mkdir -p ./platformio/platforms/espressif32/boards
cp ./boards/*.json ./platformio/platforms/espressif32/boards
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp"
env:
Expand Down
4 changes: 2 additions & 2 deletions boards/ESP32-2432S024C.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build": {
"arduino":{
"arduino": {
"ldscript": "esp32_out.ld"
},
"core": "esp32",
Expand Down Expand Up @@ -69,4 +69,4 @@
},
"url": "https://www.aliexpress.com/item/1005005865107357.html",
"vendor": "Sunton"
}
}

0 comments on commit ab4e504

Please sign in to comment.