Browse Source

Merge pull request #1047 from aqua/build-name-fix

Fix the sample RAK repeater build target name
pull/1046/head
Liam Cottle 7 months ago
committed by GitHub
parent
commit
0b9f055860
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 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…
Cancel
Save