Skip to content

Commit bc1c4a3

Browse files
Update README.md
1 parent 9862788 commit bc1c4a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
11. **Build and Flash**
7171
- Click on `Generate and Build` and wait for the application to build (this will take some time)
7272
- Open a new terminal in VS Code and run the following command from the root of the `open-earable-v2` directory to flash the FOTA build. Make sure to set the serial number of your J-Link (right click your J-Link in the `CONNECTED DEVICES` tab of the nRF connect extension and copy the serial number).
73-
```
74-
./tools/flash/flash_fota.sh -snr 123456789 --left
73+
```bash
74+
./tools/flash/flash_fota.sh -snr 123456789 --left # --right for the right ear device, or no flag to retain left/right bonding
7575
```
7676
- or without FOTA
77-
```
78-
./tools/flash/flash.sh -snr 123456789 --left
77+
```bash
78+
./tools/flash/flash.sh -snr 123456789 --left # --right for the right ear device, or no flag to retain left/right bonding
7979
```
8080

8181

0 commit comments

Comments
 (0)