Skip to content

Commit

Permalink
tx - pre-allocate buff
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 7, 2023
1 parent 664bf44 commit 09a99be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WBTxRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
*
* NOTE: Receiving of data is not started until startReceiving() is called !
* (To give the user time to register all the receive handlers)
*
* NOTE2: You won't find any FEC or similar here - this class intentionally represents a lowe level
* where FEC or similar can be added on top
*/
class WBTxRx {
public:
Expand Down

0 comments on commit 09a99be

Please sign in to comment.