Merge pull request #1337 from fmckeogh/dev

Fix capitalization in T1000-E manufacturer string
This commit is contained in:
Liam Cottle
2026-01-08 23:31:10 +13:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ public:
} }
const char* getManufacturerName() const override { const char* getManufacturerName() const override {
return "Seeed Tracker T1000-e"; return "Seeed Tracker T1000-E";
} }
int buttonStateChanged() { int buttonStateChanged() {
@@ -91,4 +91,4 @@ public:
} }
// bool startOTAUpdate(const char* id, char reply[]) override; // bool startOTAUpdate(const char* id, char reply[]) override;
}; };