-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error #78
Comments
@valeros do you have any ideas? |
Maybe this one can help: https://stackoverflow.com/questions/9141950/initializing-const-member-within-class-declaration-in-c or this one: rogerclarkmelbourne/Arduino_STM32#402 |
@ivankravets no solution yet? |
Hi @leobel96 !
|
@valeros Thank you!! Now it compiles!! What is this? Should I always include that line in platformio.ini file? |
Is fixed in upcoming release |
I'm trying to compile the "NMEAsimple.ino" example from https://github.com/SlashDevin/NeoGPS with platformio in VSCode for NodeMCU board but I'm getting a lot of:
error: 'constexpr' needed for in-class initialization of static data member 'const float
Compiling it with Arduino IDE returns no error so, I think, it's a PlatformIO compiler error.
The text was updated successfully, but these errors were encountered: