Skip to content

Commit

Permalink
Bump project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aenniw committed Nov 17, 2024
1 parent ab4aafc commit 54ad110
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion skarsta/configs/ptester.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[env:ptester]
board = nanoatmega328
build_flags = ${common.build_flags}
src_filter = +<ptester.cpp>
build_src_filter = +<ptester.cpp>
4 changes: 2 additions & 2 deletions skarsta/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ build_flags =
platform = atmelavr
board = nanoatmega328
framework = arduino
src_filter = +<main.cpp>
build_src_filter = +<main.cpp>
lib_extra_dirs = ../lib
lib_deps =
https://github.com/Martinsos/arduino-lib-hc-sr04.git#1.1.0
ArduinoSTL@1.1.0
ArduinoSTL@1.3.3
elapsedMillis@1.0.6
https://github.com/brianlow/Rotary.git#master
https://github.com/JCWentzel/PolymorphicButtons.git#1.0.3
2 changes: 1 addition & 1 deletion yarn-winder/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_flags = ${common.build_flags}
framework = arduino
lib_extra_dirs = ../lib
lib_deps =
ArduinoSTL@1.1.0
ArduinoSTL@1.3.3
elapsedMillis@1.0.6
Adafruit GFX Library@1.7.5
adafruit/Adafruit PCD8544 Nokia 5110 LCD library@2.0.1
Expand Down

0 comments on commit 54ad110

Please sign in to comment.