mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-12 20:18:13 +08:00
fix README formatting.
This commit is contained in:
@@ -42,9 +42,11 @@ When updating the application the only input required is APPLICATION.hex. Howeve
|
||||
a SoftDevice or Bootloader in dfu.provision() (i.e. dfu.provision(device, buffer, dfu.ImageType.SoftDevice);).
|
||||
|
||||
Softdevice: The .hex file below can be transferred via DFU to test SoftDevice updates. (The end address of the Master Boot Record (MBR) must be specified in hex2bin (i.e. hex2bin(SOFTDEVICE.hex, 0x1000);) as it must not be rewritten during DFU).
|
||||
|
||||
[nrf52_softdevice_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_softdevice_only.hex). Nordic's s132 SoftDevice (nRF52 only).
|
||||
|
||||
Bootloader: The .hex file below can be transferred via DFU to test bootloader updates.
|
||||
|
||||
[nrf52_bootloader_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_bootloader_only.hex). Nordic's standard bootloader (nRF52 only).
|
||||
|
||||
Note: Currently updating the SoftDevice and Bootloader at the same time is not supported.
|
||||
Reference in New Issue
Block a user