File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 fail-fast : false
99 matrix :
1010 os : [ubuntu-latest, windows-latest, macos-latest]
11- python-version : [3.9 ]
11+ python-version : [3.12 ]
1212 example :
1313 - " examples/BLE-client-test"
1414 - " examples/BLE-server-test"
2525 run : |
2626 python -m pip install --upgrade pip
2727 pip install -U https://github.com/platformio/platformio/archive/develop.zip
28- platformio platform install file://.
28+ pio pkg install --global --platform file://.
2929 - name : Build examples
3030 run : |
31- platformio run -d ${{ matrix.example }}
31+ pio run -d ${{ matrix.example }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ framework = arduino
1414monitor_speed =115200
1515
1616[common]
17- lib_deps = h2zero/NimBLE-Arduino@^1.4.0
17+ lib_deps = h2zero/NimBLE-Arduino
1818build_flags =
1919 ' -DCONFIG_NIMBLE_CPP_LOG_LEVEL=0'
2020 ' -DCONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED'
Original file line number Diff line number Diff line change 44 "description" : " Development platform for Arm BLE devices supported by the NimBLE stack" ,
55 "homepage" : " https://github.com/h2zero/platform-n-able" ,
66 "license" : " Apache-2.0" ,
7+ "version" : " 1.1.0" ,
78 "keywords" : [
89 " dev-platform" ,
910 " ARM" ,
2021 "type" : " git" ,
2122 "url" : " https://github.com/h2zero/platform-n-able.git"
2223 },
23- "version" : " 1.1.0" ,
2424 "frameworks" : {
2525 "arduino" : {
2626 "package" : " framework-n-able-arduino" ,
3131 "framework-n-able-arduino" : {
3232 "type" : " framework" ,
3333 "optional" : false ,
34- "version" : " https://github.com/h2zero/n-able-Arduino.git@0.2 .0"
34+ "version" : " https://github.com/h2zero/n-able-Arduino.git@0.3 .0"
3535 },
3636 "toolchain-gccarmnoneeabi" : {
3737 "type" : " toolchain" ,
You can’t perform that action at this time.
0 commit comments