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
If you use PlatformIO IDE, please click on Gear(Settings) icons, Community Packages > platformio-ide > Settings > Use development version of PlatformIO.
Also, build_flags = -include Arduino.h will raise error. That is OK, because you are going "to insert" into EACH build file "Arduino.h" which raises conflicts.
I've found a fault in how PlatformIO processes CCFLAGS-modifying options in the
build_flags
environment section ofplatformio.ini
.I've attached a brief overview of my system, my
platformio.ini
file, and the log ofplatformio run
's output.https://gist.github.com/myrrlyn/c1f3a2fd5e6a8d0ef613
The text was updated successfully, but these errors were encountered: