Add note about locking up to README.md

This commit is contained in:
Andreas Tsouchlos 2024-11-02 00:45:45 +01:00
parent b060d849ce
commit 674736c219

View File

@ -64,3 +64,5 @@ softdevice has to flashed to the chip.
- `.cargo/config.toml` - change the `nrf52832` chip to `nrf52810` - `.cargo/config.toml` - change the `nrf52832` chip to `nrf52810`
- TODO: Find out how to properly set up the license (the softdevice is - TODO: Find out how to properly set up the license (the softdevice is
proprietary) proprietary)
- If the device locks up, use the
[nrf-recover](https://docs.rs/crate/nrf-recover/latest) utility