From 50566ff1ebc09ee4ebb39ccdcb723ebfa8eae288 Mon Sep 17 00:00:00 2001 From: Michael <101.37584@germanynet.de> Date: Thu, 3 Sep 2026 20:41:37 +0200 Subject: [PATCH 1/2] STPHOBBY Nano 2.4G RX --- targets.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/targets.json b/targets.json index 8a753a3..635f6e2 100644 --- a/targets.json +++ b/targets.json @@ -3991,6 +3991,23 @@ } } }, + "stphobby": { + "rx_2400": { + "nano": { + "product_name": "STPHOBBY Nano 2.4G RX", + "lua_name": "STPHOBBY Nano 2G4", + "layout_file": "Generic C3 2400 PA.json", + "overlay": { + "led_rgb": -1, + "led": 8 + }, + "upload_methods": ["uart", "wifi", "betaflight"], + "min_version": "3.5.0", + "platform": "esp32-c3", + "firmware": "Unified_ESP32C3_2400_RX" + } + } + }, "spracing": { "name": "SPRacing", "rx_2400": { From dbcc8f80fcc051291904e13badcd77535699b6b8 Mon Sep 17 00:00:00 2001 From: Michael <101.37584@germanynet.de> Date: Thu, 3 Sep 2026 20:45:58 +0200 Subject: [PATCH 2/2] fix name tag and Lua name length --- targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets.json b/targets.json index 635f6e2..b06f080 100644 --- a/targets.json +++ b/targets.json @@ -3992,10 +3992,11 @@ } }, "stphobby": { + "name": "STPHOBBY", "rx_2400": { "nano": { "product_name": "STPHOBBY Nano 2.4G RX", - "lua_name": "STPHOBBY Nano 2G4", + "lua_name": "STPH Nano 2G4 RX", "layout_file": "Generic C3 2400 PA.json", "overlay": { "led_rgb": -1,