Skip to content
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

TTGO T-Display Usermod Updates #1565

Merged
merged 13 commits into from
Dec 27, 2020
Prev Previous commit
Next Next commit
corrected error in commenting platformio.ini
  • Loading branch information
spiff72 committed Jun 4, 2020
commit 851a99be66668482aa633f97220cd1f55c86d76f
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ extra_configs =
# ------------------------------------------------------------------------------

# Travis CI binaries (comment this out when building for single board)
; default_envs = travis_esp8266, esp01, esp01_1m_ota, travis_esp32
default_envs = travis_esp8266, esp01, esp01_1m_ota, travis_esp32

# Release binaries
default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16
; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16

# Single binaries (uncomment your board)
; default_envs = nodemcuv2
Expand Down