Skip to content

Commit

Permalink
Build: Fix deprecation warnings for platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion authored Sep 20, 2022
1 parent f60e9b8 commit 3dcad28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install platformio
pip install wheel
export BUILD_TAG=build-$(date -u +'%Y%m%d%H%M')
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ monitor_speed = 256000
; Disable the inbuilt framework lib so I can use my own fork
lib_ignore = USBHost_t36

src_filter =
build_src_filter =
${common_env_data.src_filter}
+<USBHost_t36/*.cpp>
+<ILI9341_t3n/src/*.cpp>
Expand Down

0 comments on commit 3dcad28

Please sign in to comment.