Commit b1f1f3d
committed
Fix incorrect send_message parameter in loadLogicConditions
The 5th parameter of MSP.send_message() is protocolVersion (a number),
not an error callback. Passing a function caused 'Invalid MSP protocol
version' exception which propagated to the isolated context, breaking
serial communication until reconnect.1 parent c9f8d59 commit b1f1f3d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2495 | 2495 | | |
2496 | 2496 | | |
2497 | 2497 | | |
2498 | | - | |
2499 | 2498 | | |
2500 | 2499 | | |
2501 | 2500 | | |
2502 | 2501 | | |
2503 | | - | |
| 2502 | + | |
2504 | 2503 | | |
2505 | 2504 | | |
2506 | 2505 | | |
| |||
0 commit comments