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.
2 parents ff973e4 + 55fc03b commit 5b7f667Copy full SHA for 5b7f667
1 file changed
variants/t1000-e/T1000eBoard.h
@@ -34,7 +34,7 @@ class T1000eBoard : public NRF52BoardDCDC {
34
}
35
36
const char* getManufacturerName() const override {
37
- return "Seeed Tracker T1000-e";
+ return "Seeed Tracker T1000-E";
38
39
40
int buttonStateChanged() {
@@ -91,4 +91,4 @@ class T1000eBoard : public NRF52BoardDCDC {
91
92
93
// bool startOTAUpdate(const char* id, char reply[]) override;
94
-};
+};
0 commit comments