Merge pull request #1620 from thanegill/patch-2

Correct manufacturer name 'Elecrow ThinkNode M5'
This commit is contained in:
Liam Cottle 2026-02-08 14:07:00 +13:00 committed by GitHub
commit 736ddbfd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,5 +43,5 @@ void ThinknodeM5Board::begin() {
}
const char* ThinknodeM5Board::getManufacturerName() const {
return "Elecrow ThinkNode M2";
return "Elecrow ThinkNode M5";
}