Skip to content

Conversation

tobozo
Copy link
Contributor

@tobozo tobozo commented Jun 27, 2020

  1. The Wrover Module board profile is just an alias of ESP32_DEV and can't be distinguished from the regular module using #ifdef's during compilation.

Creating a separate board with build.board=ESP32_WROVER_KIT solves that and enables the use of #ifdef ARDUINO_ESP32_WROVER_KIT at compilation.

Since the Wrover Kit is a development board, all possible menu options are visible.

  1. A few boards had their build.board property value containing dashes instead of underscores

@me-no-dev me-no-dev merged commit 9bb8224 into espressif:esp32s2 Oct 2, 2020
me-no-dev added a commit that referenced this pull request Nov 3, 2020
* Added ESP32-Wrover-Kit with distinct build.board

* Fixed broken values

* Update boards.txt

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
me-no-dev added a commit that referenced this pull request Mar 31, 2021
* Added ESP32-Wrover-Kit with distinct build.board

* Fixed broken values

* Update boards.txt

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants