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

View File

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