Skip to content

Commit

Permalink
Directory attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 08ff045 commit 795d5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: Copy boards
run: cp -vv "${{github.workspace}}/boards/*.json" "~.platformio/boards"
run: cp -vv ./boards/*.json" "~.platformio/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-3248S035C.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"-DLED_PIN_R=4",
"-DLED_PIN_G=16",
"-DLED_PIN_B=17",
"-DHAS_LIGHTSENSOR",
"-DCDR_IN=34",
"-DHAS_CDS",
"-DCDS_IN=34",
"-DHAS_SPEAKER",
"-DSPEAKER_PIN=26"
],
Expand Down

0 comments on commit 795d5fa

Please sign in to comment.