We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460ba3d commit 63551e8Copy full SHA for 63551e8
src/thing/Config.h
@@ -1,3 +1,6 @@
1
+#ifndef THING_CONFIG_H
2
+#define THING_CONFIG_H
3
+
4
namespace thing {
5
6
struct Config {
@@ -14,4 +17,6 @@ struct Config {
14
17
int pin_analog_out;
15
18
};
16
19
-}
20
+} // namespace thing
21
22
+#endif // THING_CONFIG_H
src/thing/Transcriber.h
@@ -23,7 +23,6 @@
23
#include <vector>
24
#include "Firebase.h"
25
#include "FirebaseObject.h"
26
-#include "third-party/arduino-json-5.6.7/include/ArduinoJson.h"
27
#include "thing/Config.h"
28
29
0 commit comments