From e9a57f8af120aed855bceb4fe9ce126099187799 Mon Sep 17 00:00:00 2001 From: "Jose Carmelo O. Almadrones" Date: Fri, 27 Feb 2026 17:44:27 +0800 Subject: [PATCH 1/2] update Deepspace Layout file --- targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets.json b/targets.json index 09994f0..51c35eb 100644 --- a/targets.json +++ b/targets.json @@ -902,7 +902,7 @@ "nano": { "product_name": "DEEPSPACE 2.4GHz Nano 100mw RX", "lua_name": "DS 2G4 Nano RX", - "layout_file": "Generic C3 LR1121.json", + "layout_file": "Generic C3 2400 PA.json", "upload_methods": ["uart", "wifi", "betaflight"], "min_version": "3.5.0", "platform": "esp32-c3", From b925e4825b0d73e5155ff6986dc7ada986f1f054 Mon Sep 17 00:00:00 2001 From: "Jose Carmelo O. Almadrones" Date: Fri, 27 Feb 2026 17:47:12 +0800 Subject: [PATCH 2/2] missed the firmware update --- targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets.json b/targets.json index 51c35eb..41df663 100644 --- a/targets.json +++ b/targets.json @@ -906,7 +906,7 @@ "upload_methods": ["uart", "wifi", "betaflight"], "min_version": "3.5.0", "platform": "esp32-c3", - "firmware": "Unified_ESP32C3_LR1121_RX" + "firmware": "Unified_ESP32C3_2400_RX" } } },