Closed DrewBrandt closed 1 month ago
The RFM class has a number of functions including rx(), recieve(), and available() that throw warning because they do not always return something. The return type on these functions should be evaluated and possibly changed to void or bool.
The RFM class has a number of functions including rx(), recieve(), and available() that throw warning because they do not always return something. The return type on these functions should be evaluated and possibly changed to void or bool.