Added missing headers
This commit is contained in:
parent
adf2f3ba98
commit
4be3389587
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "Morse.h"
|
#include "Morse.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#if !defined(RADIOLIB_EXCLUDE_MORSE)
|
#if !defined(RADIOLIB_EXCLUDE_MORSE)
|
||||||
|
|
||||||
MorseClient::MorseClient(PhysicalLayer* phy) {
|
MorseClient::MorseClient(PhysicalLayer* phy) {
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "RTTY.h"
|
#include "RTTY.h"
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
||||||
|
|
||||||
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue