Fix for #650 - build-all.sh will fail

This commit is contained in:
Jm 2021-01-22 19:50:12 -08:00
parent 2a8ac2c0c6
commit ca83a78e13

View File

@ -14,7 +14,7 @@ BOARDS_ESP32="tlora-v2 tlora-v1 tlora-v2-1-1.6 tbeam heltec tbeam0.7"
# FIXME note nrf52840dk build is for some reason only generating a BIN file but not a HEX file nrf52840dk-geeksville is fine # FIXME note nrf52840dk build is for some reason only generating a BIN file but not a HEX file nrf52840dk-geeksville is fine
BOARDS_NRF52="lora-relay-v1" BOARDS_NRF52="lora-relay-v1"
NUM_JOBS=2 NUM_JOBS=2 || true
OUTDIR=release/latest OUTDIR=release/latest