Fix capitalization in T1000-E manufacturer string

This commit is contained in:
Ferdia McKeogh 2026-01-06 20:11:19 +01:00 committed by Ferdia McKeogh
parent ff973e43b9
commit 55fc03b109

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