Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 63551e8

Browse files
committed
merged other changes
1 parent 460ba3d commit 63551e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/thing/Config.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef THING_CONFIG_H
2+
#define THING_CONFIG_H
3+
14
namespace thing {
25

36
struct Config {
@@ -14,4 +17,6 @@ struct Config {
1417
int pin_analog_out;
1518
};
1619

17-
}
20+
} // namespace thing
21+
22+
#endif // THING_CONFIG_H

src/thing/Transcriber.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <vector>
2424
#include "Firebase.h"
2525
#include "FirebaseObject.h"
26-
#include "third-party/arduino-json-5.6.7/include/ArduinoJson.h"
2726
#include "thing/Config.h"
2827

2928
namespace thing {

0 commit comments

Comments
 (0)