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
commit 5b7f66712c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
};