mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1620 from thanegill/patch-2
Correct manufacturer name 'Elecrow ThinkNode M5'
This commit is contained in:
commit
736ddbfd99
1 changed files with 1 additions and 1 deletions
|
|
@ -43,5 +43,5 @@ void ThinknodeM5Board::begin() {
|
|||
}
|
||||
|
||||
const char* ThinknodeM5Board::getManufacturerName() const {
|
||||
return "Elecrow ThinkNode M2";
|
||||
return "Elecrow ThinkNode M5";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue