mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +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 */
|
||||
|
||||
#include "hasplib.h"
|
||||
#include "hasp_filesystem.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#if defined(ARDUINO)
|
||||
#include "StreamUtils.h" // For EEPromStream
|
||||
|
||||
#if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0
|
||||
#include "hasp_filesystem.h"
|
||||
#endif
|
||||
#endif // ARDUINO
|
||||
|
||||
namespace hasp {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user