Skip to content

Commit f56b0ff

Browse files
committed
Make stream class MCU and OS agnostic
1 parent 853f812 commit f56b0ff

5 files changed

Lines changed: 399 additions & 352 deletions

File tree

examples/STREAM_EXAMPLES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ Both server and client support configuration before calling `begin()`:
110110
```cpp
111111
bleStream.setTxBufSize(2048); // TX buffer size
112112
bleStream.setRxBufSize(2048); // RX buffer size
113-
bleStream.setTxTaskStackSize(4096); // Task stack size
114-
bleStream.setTxTaskPriority(1); // Task priority
115113
```
116114

117115
## Compatibility

0 commit comments

Comments
 (0)