Skip to content

Commit 7254f03

Browse files
committed
wio terminal fix?
1 parent 13d6efc commit 7254f03

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/i18n/i18n.hpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030

3131
#pragma once
3232

33-
#include <FS.h>
33+
34+
#if defined WIO_TERMINAL
35+
#include <Seeed_FS.h>
36+
#else
37+
#include <FS.h>
38+
#endif
39+
40+
41+
3442
#include <ArduinoJson.h>
3543
#include "../ArduinoYaml.hpp"
3644

0 commit comments

Comments
 (0)