diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-05-13 00:39:37 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-05-13 00:39:37 +0200 |
commit | 14eae6c04fcb9081532300cdc7b4d2904b329f0f (patch) | |
tree | c64a46e5ac2df7be9249325f6fd9373978f7b24f | |
parent | 19543694bbe7d1489bd5fc21506388f7e69e1f6e (diff) | |
download | nrf-softdevice-14eae6c04fcb9081532300cdc7b4d2904b329f0f.zip |
Add RSSI to CI.
-rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,4 +60,4 @@ cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-server cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client,ble-gatt-server -cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client,ble-gatt-server,ble-l2cap-credit-wrokaround +cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client,ble-gatt-server,ble-l2cap-credit-wrokaround,ble-rssi |