Commit a6b8074
Read from read loop remove generator logic (espressif#228)
* change how read from serial is implemented
* update raw read to use readloop
* rm while loop on rawRead
* Recoverable read errors (espressif#230)
* New types for stopbits and databits
* readLoop retries on recoverable errors instead of failing
* fix serialoptions interface
* fix lint
---------
Co-authored-by: Mitch Bradley <wmb@firmworks.com>1 parent 3dba255 commit a6b8074
File tree
6 files changed
+239
-385
lines changed- examples/typescript/src
- src
- types
6 files changed
+239
-385
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | | - | |
431 | 429 | | |
432 | | - | |
| 430 | + | |
433 | 431 | | |
434 | | - | |
| 432 | + | |
435 | 433 | | |
436 | 434 | | |
437 | 435 | | |
438 | | - | |
439 | | - | |
440 | | - | |
| 436 | + | |
441 | 437 | | |
442 | 438 | | |
443 | 439 | | |
| |||
0 commit comments