From d0caa3be0447bc3eecc3d2a301c56021ba6a3734 Mon Sep 17 00:00:00 2001 From: Devin Carraway Date: Fri, 31 Oct 2025 22:11:24 -0700 Subject: [PATCH] Fix the sample RAK repeater build target name The actual target doesn't capitalize the 'r' in repeater. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 732dac43..f2127941 100755 --- a/build.sh +++ b/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