From 7a3b2cc67cbe1c4493f5edd8ffabba322bb54178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9E=97?= <47050377+linser233@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:00:34 +0800 Subject: [PATCH 1/3] add support for uMesh Modules --- bin/config.d/lora-usb-umesh-1262.yaml | 15 +++++++++++++++ bin/config.d/lora-usb-umesh-1268.yaml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 bin/config.d/lora-usb-umesh-1262.yaml create mode 100644 bin/config.d/lora-usb-umesh-1268.yaml diff --git a/bin/config.d/lora-usb-umesh-1262.yaml b/bin/config.d/lora-usb-umesh-1262.yaml new file mode 100644 index 00000000000..c499e4e35f4 --- /dev/null +++ b/bin/config.d/lora-usb-umesh-1262.yaml @@ -0,0 +1,15 @@ +Lora: + Module: sx1262 + CS: 0 + IRQ: 6 + Reset: 2 + Busy: 4 + RXen: 1 + DIO2_AS_RF_SWITCH: true + spidev: ch341 + USB_PID: 0x5512 + USB_VID: 0x1A86 + DIO3_TCXO_VOLTAGE: true +# USB_Serialnum: 12345678 + SX126X_MAX_POWER: 30 +# Reduce output power to improve EMI \ No newline at end of file diff --git a/bin/config.d/lora-usb-umesh-1268.yaml b/bin/config.d/lora-usb-umesh-1268.yaml new file mode 100644 index 00000000000..81715a316eb --- /dev/null +++ b/bin/config.d/lora-usb-umesh-1268.yaml @@ -0,0 +1,15 @@ +Lora: + Module: sx1268 + CS: 0 + IRQ: 6 + Reset: 2 + Busy: 4 + RXen: 1 + DIO2_AS_RF_SWITCH: true + spidev: ch341 + USB_PID: 0x5512 + USB_VID: 0x1A86 + DIO3_TCXO_VOLTAGE: true +# USB_Serialnum: 12345678 + SX126X_MAX_POWER: 30 +# Reduce output power to improve EMI \ No newline at end of file From eae2afacbd5e950ec612a385b123f901add49a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9E=97?= <47050377+linser233@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:51:24 +0800 Subject: [PATCH 2/3] Update lora-usb-umesh-1262.yaml --- bin/config.d/lora-usb-umesh-1262.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/config.d/lora-usb-umesh-1262.yaml b/bin/config.d/lora-usb-umesh-1262.yaml index c499e4e35f4..6008e63b797 100644 --- a/bin/config.d/lora-usb-umesh-1262.yaml +++ b/bin/config.d/lora-usb-umesh-1262.yaml @@ -2,9 +2,9 @@ Lora: Module: sx1262 CS: 0 IRQ: 6 - Reset: 2 + Reset: 1 Busy: 4 - RXen: 1 + RXen: 2 DIO2_AS_RF_SWITCH: true spidev: ch341 USB_PID: 0x5512 @@ -12,4 +12,4 @@ Lora: DIO3_TCXO_VOLTAGE: true # USB_Serialnum: 12345678 SX126X_MAX_POWER: 30 -# Reduce output power to improve EMI \ No newline at end of file +# Reduce output power to improve EMI From dead34c08b34059da92b0abe90fde5478d1aab1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9E=97?= <47050377+linser233@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:51:37 +0800 Subject: [PATCH 3/3] Update lora-usb-umesh-1268.yaml --- bin/config.d/lora-usb-umesh-1268.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/config.d/lora-usb-umesh-1268.yaml b/bin/config.d/lora-usb-umesh-1268.yaml index 81715a316eb..637472966b5 100644 --- a/bin/config.d/lora-usb-umesh-1268.yaml +++ b/bin/config.d/lora-usb-umesh-1268.yaml @@ -2,9 +2,9 @@ Lora: Module: sx1268 CS: 0 IRQ: 6 - Reset: 2 + Reset: 1 Busy: 4 - RXen: 1 + RXen: 2 DIO2_AS_RF_SWITCH: true spidev: ch341 USB_PID: 0x5512 @@ -12,4 +12,4 @@ Lora: DIO3_TCXO_VOLTAGE: true # USB_Serialnum: 12345678 SX126X_MAX_POWER: 30 -# Reduce output power to improve EMI \ No newline at end of file +# Reduce output power to improve EMI