Skip to content

Commit a4cced5

Browse files
authored
Update README.md
1 parent 6e47ae3 commit a4cced5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Build and flash the LoRa samples from the source tree:
2121

2222
The *receiver* on one hand:
2323

24-
west build -b heltec_wifi_lora32_v2 esplorative-idiot/samples/drivers/lora/receive/
25-
west flash
24+
west build -d build/lora/receive -b heltec_wifi_lora32_v2 esplorative-idiot/samples/drivers/lora/receive/
25+
west flash -d build/lora/receive
2626

2727
The *sender* on the other hand:
2828

29-
west build -b heltec_wifi_lora32_v2 esplorative-idiot/samples/drivers/lora/send/
30-
west flash
29+
west build -d build/lora/send -b heltec_wifi_lora32_v2 esplorative-idiot/samples/drivers/lora/send/
30+
west flash -d build/lora/send
3131

3232
## PREREQUISITE
3333

0 commit comments

Comments
 (0)