From 45335532ca83ac31837139f716178c5feb5f9171 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 2 Jan 2026 08:57:13 +1100 Subject: [PATCH 1/2] Syntax fix for first timer welcome bot. (#9144) URL formatting was inverted. --- .github/workflows/first_time_contributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_time_contributor.yml b/.github/workflows/first_time_contributor.yml index cfb7f1d43..272ce4d10 100644 --- a/.github/workflows/first_time_contributor.yml +++ b/.github/workflows/first_time_contributor.yml @@ -22,7 +22,7 @@ jobs: ### @{fc-author}, Welcome to Meshtastic! :wave: Thanks for opening your first issue. If it's helpful, an easy way - to get logs is the "Open Serial Monitor" button on the (Web Flasher)[https://flasher.meshtastic.org]. + to get logs is the "Open Serial Monitor" button on the (Web Flasher](https://flasher.meshtastic.org). If you have ideas for features, note that we often debate big ideas in the [discussions tab](https://github.com/meshtastic/firmware/discussions/categories/ideas) From a2ce4c7f18ed1701f33f1ebfdcc468f2ba647a9e Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 2 Jan 2026 09:03:05 +1100 Subject: [PATCH 2/2] KZ_863 is not wide lora (#9075) KZ_863 was set to wide_lora = true. This was a mistake, induced because the regulations would allow SHORT_TURBO. However, that interpretation of the code was incorrect and wide_lora has a different meaning. Fixes https://github.com/meshtastic/firmware/issues/9054 --- src/mesh/RadioInterface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index f7daf1122..9ed07a8e8 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -171,7 +171,8 @@ const RegionInfo regions[] = { 863 - 868 MHz <25 mW EIRP, 500kHz channels allowed, must not be used at airfields https://github.com/meshtastic/firmware/issues/7204 */ - RDEF(KZ_433, 433.075f, 434.775f, 100, 0, 10, true, false, false), RDEF(KZ_863, 863.0f, 868.0f, 100, 0, 30, true, false, true), + RDEF(KZ_433, 433.075f, 434.775f, 100, 0, 10, true, false, false), + RDEF(KZ_863, 863.0f, 868.0f, 100, 0, 30, true, false, false), /* Nepal