Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.9]
python-version: [3.12]
example:
- "examples/BLE-client-test"
- "examples/BLE-server-test"
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U https://github.com/platformio/platformio/archive/develop.zip
platformio platform install file://.
pio pkg install --global --platform file://.
- name: Build examples
run: |
platformio run -d ${{ matrix.example }}
pio run -d ${{ matrix.example }}
2 changes: 1 addition & 1 deletion examples/BLE-client-test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ framework = arduino
monitor_speed=115200

[common]
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
lib_deps = h2zero/NimBLE-Arduino
build_flags =
'-DCONFIG_NIMBLE_CPP_LOG_LEVEL=0'
'-DCONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED'
Expand Down
Loading
Loading