Skip to content

Commit

Permalink
Typo for ThaiEasyElec
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFryer authored Jul 28, 2020
1 parent 80a1f66 commit 9c0bf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Board_Identify.h
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ namespace BoardIdentify {
#endif
#elif defined(ARDUINO_ESPino32)
const int type = 88;
const char* make = ThaiEasyElec"";
const char* make = "ThaiEasyElec";
const char* model = "ThaiEasyElec's ESPino32";
const char* mcu = "ESP32";
#if defined(BOARD_IDENTIFY_WARNING)
Expand Down Expand Up @@ -982,4 +982,4 @@ namespace BoardIdentify {
#warning "Controller: Unknown Controller Type"
#endif
#endif
}
}

0 comments on commit 9c0bf93

Please sign in to comment.