Skip to content

Commit

Permalink
Addes WeMos D1 mini pro
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFryer authored Aug 12, 2020
1 parent 9c0bf93 commit b935793
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Board_Identify.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Licensed under LGPL (free to modify and use as you wish)
*/

// NEXT AVAILABLE TYPE: 118
// NEXT AVAILABLE TYPE: 119

#pragma once

Expand Down Expand Up @@ -617,6 +617,14 @@ namespace BoardIdentify {
#if defined(BOARD_IDENTIFY_WARNING)
#warning "Controller: WeMos D1/D1 R2/mini"
#endif
#elif defined(ARDUINO_ESP8266_WEMOS_D1MINIPRO)
const int type = 118;
const char* make = "WeMos";
const char* model = "WeMos D1 mini pro";
const char* mcu = "ESP8266";
#if defined(BOARD_IDENTIFY_WARNING)
#warning "Controller: WeMos D1 mini pro"
#endif
#elif defined(ARDUINO_WIFINFO)
const int type = 66;
const char* make = "WifInfo";
Expand Down

0 comments on commit b935793

Please sign in to comment.