Skip to content

Commit

Permalink
modify project path for platfromio
Browse files Browse the repository at this point in the history
  • Loading branch information
FieteRensen committed Jan 30, 2024
1 parent 11d5d8a commit a52e357
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
python-version: '3.9'
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Change to Project Directory
run: cd SRC/MBusinoAP/ # Ersetzen Sie dies durch den Pfad zu Ihrem Projekt, falls erforderlich
- name: Build PlatformIO examples
run: pio ci
env:
PLATFORMIO_CI_SRC: ${{ matrix.example }}
PLATFORMIO_CI_SRC: ${{ matrix.example }}
2 changes: 1 addition & 1 deletion platformio.ini → SRC/MBusinoAP/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[env]
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
Expand Down
File renamed without changes.

0 comments on commit a52e357

Please sign in to comment.