Files
mc-webui/app
MarekWo 9c48518771 fix(channels): surface meshcore lib's error_code/code_string on resend failure
The lib's reader.py wraps device ERROR frames as {error_code, code_string},
not {reason, error}. The previous extraction collapsed every device error to
"unknown error", hiding the actual ERR_CODE_* the firmware sent back. Check
code_string/reason/error in order, then fall back to a raw error_code, then
"unknown error".

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-09 12:47:44 +02:00
..