Skip to content

Compile error with V2.1.3 and PlatformIO - ESP32 #164

Answered by davetcc
gerthalberg asked this question in Q&A
Discussion options

You must be logged in to vote

There is a bug in the 2.1.x plugins that included the TFT_eSPI.h header in the wrong case. On some platforms this caused problems. Open the file tcMenuTfteSpi.h and check that the include of the TFT_eSPI library looks exactly as follows:

    #include <TFT_eSPI.h>

If not change the case, originally the TFT part had a lower case 'f' instead of capital.

This is already fixed in the 2.2 BETA, and will be released soon.

EDIT- I've checked the Esp32Amplifier example on my hardware just now, all compiles and works as expected on 2.2.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@gerthalberg
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by davetcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants