Closed LuckyLuzz closed 5 years ago
@shoteff Hi, I already found a solution to this issue and I will be updating the code as soon as possible. Thanks for reporting the issue.
This issue has been solved. https://github.com/evert-arias/EasyBuzzer/commit/58ab24d117a0bfc5565b6a463f4f62aac77cbc4e
This issue is consider to be solved
there are still many missing max function errors in other boards. I am using a stm32 board
fixed by adding #define MAX(X, Y) (((X) < (Y)) ? (Y) : (X))
Hey, recently the ESP32 Core for Arduino has been updated and now it is not possible to Build the Library.
The compiler error message is:
Environment: Win10, VS Code (V1.30.2) PlattformIO (V3.6.3) Plattform Espressif 32(V1.6.0) with ESP-IDF 3.1.2