Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63551e8

Browse files
committed
merged other changes
1 parent460ba3d commit63551e8

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+
#defineTHING_CONFIG_H
3+
14
namespacething {
25

36
structConfig {
@@ -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
namespacething {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp