Skip to content

inline error in ardiuno version 2.0.1 #438

Answered by pschatzmann
rmacrino asked this question in Q&A
Discussion options

You must be logged in to vote

Inline variables are supported starting (C++17)

If you double check in the board manager you will see that you are still using an old ESP32 version: The latest is 2.0.5, so I suggest to upgrade.

In my latest audio tools version (I have just committed) you could also use #define USE_INLINE_VARS 0 to deactivate the global variables being defined inline.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rmacrino
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants