mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Fix include on Native apps
This commit is contained in:
parent
aa30b97041
commit
a90e7fd0b3
@ -3,7 +3,10 @@
|
|||||||
|
|
||||||
#include "hasplib.h"
|
#include "hasplib.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
#if defined(ARDUINO)
|
||||||
#include "StreamUtils.h" // For EEPromStream
|
#include "StreamUtils.h" // For EEPromStream
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace hasp {
|
namespace hasp {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user