mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix build error
This commit is contained in:
parent
e625dc1e55
commit
b59a8146fe
@ -2,13 +2,16 @@
|
|||||||
For full license information read the LICENSE file in the project folder */
|
For full license information read the LICENSE file in the project folder */
|
||||||
|
|
||||||
#include "hasplib.h"
|
#include "hasplib.h"
|
||||||
#include "hasp_filesystem.h"
|
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#if defined(ARDUINO)
|
#if defined(ARDUINO)
|
||||||
#include "StreamUtils.h" // For EEPromStream
|
#include "StreamUtils.h" // For EEPromStream
|
||||||
|
|
||||||
|
#if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0
|
||||||
|
#include "hasp_filesystem.h"
|
||||||
#endif
|
#endif
|
||||||
|
#endif // ARDUINO
|
||||||
|
|
||||||
namespace hasp {
|
namespace hasp {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user