From 877fba3e565abb5887c553fc80e8a1fd7e7f64bd Mon Sep 17 00:00:00 2001 From: consti10 Date: Thu, 10 Aug 2023 22:31:03 +0200 Subject: [PATCH] rename encryption and move option out of constructor (just use the set_...) Fix comp unit test --- src/WBTxRx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WBTxRx.h b/src/WBTxRx.h index a1276c25..b1f5b911 100644 --- a/src/WBTxRx.h +++ b/src/WBTxRx.h @@ -48,7 +48,7 @@ * (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 + * represents a lower level where FEC or similar can be added on top */ class WBTxRx { public: