platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
921 stars 624 forks source link

TTGO T-Beam board build failed with v4.2 framework-arduinoespressif32 #488

Closed ddv2005 closed 3 years ago

ddv2005 commented 3 years ago

Hello,

In version 4.2 framework-arduinoespressif32 TTGO T-Beam board variant was renamed from t-beam to tbeam and failed to build because of missing pins_arduino.h .

valeros commented 3 years ago

Just adjust the board variant directly in your platformio.ini:

board_build.variant = tbeam