[Print] Added missing headers for non-Arduino builds
This commit is contained in:
parent
3df9cb27ff
commit
a4bf746e1f
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#include "Print.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
size_t RadioLibPrint::print(ITA2String& ita2) {
|
||||
uint8_t enc = this->encoding;
|
||||
this->encoding = RADIOLIB_ITA2;
|
||||
|
|
Loading…
Add table
Reference in a new issue