Commit 2e639f1
sidey79
fix(controller): Bypass STX messages during command response
STX messages (sensor data) can be interleaved with command responses, similar to MU/MS messages.
The controller must skip these messages and continue waiting for the actual command response.
The STX message is parsed to ensure sensor data is handled correctly while waiting.1 parent 8cc5295 commit 2e639f1
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments