mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix the sample RAK repeater build target name
The actual target doesn't capitalize the 'r' in repeater.
This commit is contained in:
parent
7755400a35
commit
d0caa3be04
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -15,8 +15,8 @@ Commands:
|
|||
build-room-server-firmwares: Build all chat room server firmwares for all build targets.
|
||||
|
||||
Examples:
|
||||
Build firmware for the "RAK_4631_Repeater" device target
|
||||
$ sh build.sh build-firmware RAK_4631_Repeater
|
||||
Build firmware for the "RAK_4631_repeater" device target
|
||||
$ sh build.sh build-firmware RAK_4631_repeater
|
||||
|
||||
Build all firmwares for device targets containing the string "RAK_4631"
|
||||
$ sh build.sh build-matching-firmwares <build-match-spec>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue