Commit 9e591da
committed
fix(slip): Allow reception into second buffer even if first buffer is complete
This was causing issues especially for slower chips like ESP32-C2 26MHz.
Buffers are now handled internally in SLIP library, this is leftover from
single-buffer implementation.1 parent c9822bb commit 9e591da
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
0 commit comments