Files
mc-webui/meshcore-bridge
MarekWo 0367b38770 fix(dm): Ensure msg JSON response is captured before completing command
The 300ms response silence timeout was too short for .msg commands -
the prompt echo arrived quickly but the JSON with expected_ack could
arrive after a gap > 300ms, causing retry to abort mid-sequence.

- Add 1.5s minimum wait for .msg/.m commands in response monitor
- Don't abort retry loop when ack parsing fails (message was still sent)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 08:21:28 +01:00
..
2026-02-15 16:06:49 +01:00