Ed Smallenburg
Ed Smallenburg
Can you find out out what is refering to "internal_dac"? I cannot see any reference. Compare your compiler output to the attached listing. [compile.txt](https://github.com/Edzelf/ESP32Radio-V2/files/8592802/compile.txt) .
Mm, that's an old version. I replaced helixfuncs.h with the current version.
Problem 1 should be corrected now.
Use the last version of the espressif32 framework (pio update). Tomorrow I will release a version that will also compile with older versions of the framework.
You need extra software to decode the touch output.
Do a "clean" and/or remove .pio and .vscode directories.
Thanks, I will correct it in the next release.
The traceback is about a crash of platformio caused by a failing serial to USB driver. Could be the powersupply.
Add some extra time, se line 1640..1643: ``` #ifdef NEXTION delay ( 2000 ) ; // Show for some time dsp_println ( "\f" ) ; // Select new page if...
For ESP32 it is an output. For the I2C device it is an input.