Skip to content

Add board "WEMOS D1 MINI ESP32". #2710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 27, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
The name of the board which has its pinout mirrored is actually D1 MI…
…NI, not MINI D1.
  • Loading branch information
dok-net committed Apr 26, 2019
commit b163894ed2b8fdbc71e2d394da82137fbbf49fb8
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ ttgo-t-watch.menu.DebugLevel.verbose.build.code_debug=5

##############################################################

mini32.name=WEMOS MINI D1 ESP32
mini32.name=WEMOS D1 MINI ESP32

mini32.upload.tool=esptool_py
mini32.upload.maximum_size=1310720
Expand Down
2 changes: 1 addition & 1 deletion package/package_esp32_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"name": "WEMOS LoLin32"
},
{
"name": "WEMOS MINI D1 ESP32"
"name": "WEMOS D1 MINI ESP32"
}
],
"toolsDependencies": [
Expand Down