Removed leftover build option
This commit is contained in:
parent
10497d1db0
commit
fce0b0858f
@ -31,9 +31,5 @@ dfu-flash:
|
||||
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
|
||||
nrfutil --verbose dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200
|
||||
|
||||
#boot-flash:
|
||||
# @:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
|
||||
# nrfutil dfu serial --package $(BOOTLOADER_PKG) -p $(SERIAL) -b 115200
|
||||
|
||||
boot-flash:
|
||||
nrfjprog --program $(BOOTLOADER_FILENAME).hex -f nrf52 --chiperase --reset
|
||||
|
Loading…
Reference in New Issue
Block a user