-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
thanks for your great work. Sorry if I'm bothering you but I'm trying to compile the project and I have several errors, I can't figure out how to fix them.
The first is:
.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/freertos/port/xtensa/include/freertos/portmacro.h:717 :41: error: static assertion failed: portGET_ARGUMENT_COUNT() result does not match for 0 arguments...
which I tried to solve by editing the platformio.ini file by changingbuild_flags = -std=c++14 to build_flags = -std=gnu++14 or -std=c++2a.
But then in any case this error occurs:
lib/eQ3/eQ3_util.cpp:1:10: fatal error: hwcrypto/aes.h: No such file or directory
which unfortunately I do not understand how to solve because as even adding this file I still find myself with other errors.
Thanks again for the project