mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix include on Native apps
This commit is contained in:
parent
6192145f7c
commit
4b35dbbd5e
@ -3,7 +3,6 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include "StreamUtils.h" // For ReadBufferingStream
|
||||
|
||||
//#include "ArduinoLog.h"
|
||||
#include "hasplib.h"
|
||||
@ -24,7 +23,7 @@
|
||||
#include "../mqtt/hasp_mqtt.h"
|
||||
#else
|
||||
#include "StringStream.h"
|
||||
#include "StreamUtils.h" // for exec
|
||||
#include "StreamUtils.h" // for exec ReadBufferingStream
|
||||
#include "CharStream.h"
|
||||
|
||||
#include "hasp_oobe.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user