We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b67d59 commit a5faa15Copy full SHA for a5faa15
.github/workflows/build.yml
@@ -70,8 +70,7 @@ jobs:
70
- generic_nrf52840
71
- adafruit_feather_nrf52840
72
nimble_version:
73
- - release/1.4
74
- - master
+ - release/2.3
75
include:
76
- example: "example/lib/examples/Bluetooth_5/NimBLE_extended_server"
77
flags: build_flags = '-DCONFIG_BT_NIMBLE_EXT_ADV=1'
@@ -113,7 +112,7 @@ jobs:
113
112
run: |
114
cat > example/platformio.ini << EOF
115
[env]
116
- platform = https://github.com/h2zero/platform-n-able.git@^1.0.0
+ platform = https://github.com/h2zero/platform-n-able.git#dev
117
platform_packages = framework-n-able-arduino @ file://./framework
118
framework = arduino
119
${{ matrix.flags }}
0 commit comments