Skip to content

Commit 25bd4d4

Browse files
boybookclaude
andcommitted
fix: extend message buffer to 37 chars to fix FOX mode message truncation
FOX mode FT8 messages (e.g. "BG4UWQ RR73; F4FWT <XX9W> +09") were truncated to 22 chars due to a legacy buffer size in wsjtx_decoded_(). Updated buffer to match the 37-char msg37 format used by FT8/FT4. Also switched wsjtx_lib submodule to forked repo and bumped version to 1.2.5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1b8dc59 commit 25bd4d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "wsjtx_lib"]
22
path = wsjtx_lib
3-
url = https://github.com/paulh002/wsjtx_lib.git
3+
url = https://github.com/boybook/wsjtx_lib.git

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wsjtx-lib",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Node.js C++ extension for WSJTX digital radio protocol library",
55
"type": "module",
66
"main": "dist/src/index.js",

wsjtx_lib

0 commit comments

Comments
 (0)