Merge pull request #1620 from thanegill/patch-2
Correct manufacturer name 'Elecrow ThinkNode M5'
This commit is contained in:
@@ -43,5 +43,5 @@ void ThinknodeM5Board::begin() {
|
||||
}
|
||||
|
||||
const char* ThinknodeM5Board::getManufacturerName() const {
|
||||
return "Elecrow ThinkNode M2";
|
||||
return "Elecrow ThinkNode M5";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user