File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -407,15 +407,15 @@ jobs:
407407 - name : Compile Generic_nRF51822 (tests)
408408 # if: false # This will deactivate the step
409409 run : |
410- FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
410+ FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa, softdevice=none,lfclk=lfxo
411411 SKETCHES="./tests"
412412 EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
413413 ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
414414
415415 - name : Compile Generic_nRF51822 (examples)
416416 # if: false # This will deactivate the step
417417 run : |
418- FQBN="sandeepmistry:nRF5:Generic_nRF51822:softdevice=none,lfclk=lfxo"
418+ FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa, softdevice=none,lfclk=lfxo
419419 SKETCHES="./examples"
420420 EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
421421 ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
You can’t perform that action at this time.
0 commit comments