compile error for demo of TTGO T4 V1.3
-
HI I'm trying to compile the GIT demo for my TTGO T4 V1.3 board.
During compilation I get this error
Compilation error: 'ledcSetup' was not declared in this scope
.
I have done all the steps in the Readme file but keep getting the compile error. Can someone help ? -
The compile error comes from updates to a new board version in Adruino IDE. If you go to a previous board version it compiles without errors.
-
@tolisn Good job! This is a modern headache. LilyGO recommend ESP32 board version 2.0.15, which I use.
The new board defs are for newer C6 chips and other new Bluetooth chips.
I hope it settles down soon, it is tedious.
-Terry