mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1337 from fmckeogh/dev
Fix capitalization in T1000-E manufacturer string
This commit is contained in:
commit
5b7f66712c
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ public:
|
|||
}
|
||||
|
||||
const char* getManufacturerName() const override {
|
||||
return "Seeed Tracker T1000-e";
|
||||
return "Seeed Tracker T1000-E";
|
||||
}
|
||||
|
||||
int buttonStateChanged() {
|
||||
|
|
@ -91,4 +91,4 @@ public:
|
|||
}
|
||||
|
||||
// bool startOTAUpdate(const char* id, char reply[]) override;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue