From 7fb66dfe97ae0bc1dbd7abef7a7059dfe5be880d Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Tue, 23 Dec 2025 18:47:45 +1000 Subject: [PATCH] chore: add 2.12-rc1, t15pro --- targets.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/targets.json b/targets.json index 90575a1..0cea539 100644 --- a/targets.json +++ b/targets.json @@ -3,6 +3,9 @@ "nightly": { "sem_ver": "v3.0.0" }, + "v2.12.0-rc1": { + "build_container": "ghcr.io/edgetx/edgetx-builder:2.12" + }, "v2.11.4": { "build_container": "ghcr.io/edgetx/edgetx-builder:2.11" }, @@ -282,6 +285,11 @@ "version_supported": ">= v2.10.1", "tags": ["colorlcd", "bluetooth"] }, + "t15pro": { + "description": "Jumper T15 Pro", + "version_supported": ">= v2.12.0", + "tags": ["colorlcd", "bluetooth"] + }, "t16": { "description": "Jumper T16", "tags": ["colorlcd", "bluetooth"] @@ -353,7 +361,7 @@ }, "tx15": { "description": "RadioMaster TX15", - "version_supported": ">= v3.0.0", + "version_supported": ">= v2.12.0", "tags": ["colorlcd"] }, "tx16s": {