From 7b92e045a60c59ec7fde5d08f46c7b3fda0fe98b Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Tue, 4 Mar 2025 14:06:03 +1100 Subject: [PATCH] * build script change, for companion radio targets --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9af4c1e7..10782e00 100644 --- a/build.sh +++ b/build.sh @@ -114,7 +114,8 @@ build_companion_firmwares() { # build_firmware "t1000e_companion_radio_ble" # build all companion firmwares - build_all_firmwares_matching "companion" + build_all_firmwares_matching "companion_radio_usb" + build_all_firmwares_matching "companion_radio_ble" }