Added missing headers

This commit is contained in:
jgromes 2023-04-30 11:37:38 +02:00
parent adf2f3ba98
commit 4be3389587
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#include "Morse.h"
#include <ctype.h>
#if !defined(RADIOLIB_EXCLUDE_MORSE)
MorseClient::MorseClient(PhysicalLayer* phy) {

View file

@ -1,5 +1,7 @@
#include "RTTY.h"
#include <math.h>
#if !defined(RADIOLIB_EXCLUDE_RTTY)
RTTYClient::RTTYClient(PhysicalLayer* phy) {