You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to build your code.
There are numerous instances of #define constants being redefined as well as several other violations of the ISO C++ standard.
There are obviously issues with not knowing which versions of the needed libraries you using. This is a major issue with the Arduino IDE and why pretty much everyone has moved to PlatformIO.
The closest I've come to getting this to compile is with these settings. There are still some illegal type conversions and redefines. You probably need to make use of #if {definition name} to prevent redeffinitions.
I am unable to build your code.
There are numerous instances of #define constants being redefined as well as several other violations of the ISO C++ standard.
There are obviously issues with not knowing which versions of the needed libraries you using. This is a major issue with the Arduino IDE and why pretty much everyone has moved to PlatformIO.
The closest I've come to getting this to compile is with these settings. There are still some illegal type conversions and redefines. You probably need to make use of #if {definition name} to prevent redeffinitions.
[platformio.ini]
[Build output]
The text was updated successfully, but these errors were encountered: