Closed MBL-derek closed 2 years ago
Hi! ugh, that's strange. uart.h is the header from esp32 IDF sdk, no need for any additional libs. What is your build env? Plain IDF/Arduino/platformio? I have examples for the lib based on Platformio, it build fine with a simple 'pio run'. Could you check it?
The only external dependency is my fork of a LinkedList library, needed for TimeSeries structures
Trying to get your code to compile.
https://github.com/vortigont/pzem-edl/blob/9750b664b68908340d9679b8b6ee936e260e693c/src/msgq.hpp#L14
What am I missing library-wise?