Skip to content

Commit 736ddbf

Browse files
authored
Merge pull request #1620 from thanegill/patch-2
Correct manufacturer name 'Elecrow ThinkNode M5'
2 parents 10eacc4 + 31a2e74 commit 736ddbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/thinknode_m5/ThinknodeM5Board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ void ThinknodeM5Board::begin() {
4343
}
4444

4545
const char* ThinknodeM5Board::getManufacturerName() const {
46-
return "Elecrow ThinkNode M2";
46+
return "Elecrow ThinkNode M5";
4747
}

0 commit comments

Comments
 (0)