Skip to content

Commit d0caa3b

Browse files
author
Devin Carraway
committed
Fix the sample RAK repeater build target name
The actual target doesn't capitalize the 'r' in repeater.
1 parent 7755400 commit d0caa3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Commands:
1515
build-room-server-firmwares: Build all chat room server firmwares for all build targets.
1616
1717
Examples:
18-
Build firmware for the "RAK_4631_Repeater" device target
19-
$ sh build.sh build-firmware RAK_4631_Repeater
18+
Build firmware for the "RAK_4631_repeater" device target
19+
$ sh build.sh build-firmware RAK_4631_repeater
2020
2121
Build all firmwares for device targets containing the string "RAK_4631"
2222
$ sh build.sh build-matching-firmwares <build-match-spec>

0 commit comments

Comments
 (0)