We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5f89b commit 2069314Copy full SHA for 2069314
.github/workflows/b-parasite.yml
@@ -86,7 +86,7 @@ jobs:
86
sample-dir: code/nrf-connect/samples/ble
87
board: bparasite_${{ matrix.soc }}
88
revision: ${{ matrix.revision }}
89
- cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
+ cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_MSEC=1000 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
90
output-bin: ble_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex
91
92
build-zigbee:
0 commit comments