瀏覽代碼

Fix the sample RAK repeater build target name

The actual target doesn't capitalize the 'r' in repeater.
Devin Carraway 9 月之前
父節點
當前提交
d0caa3be04
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.sh

+ 2 - 2
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>