-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Regression from 1.1 to 1.2 in regards to projects with .ino files #137
Comments
Sorry, this issue is caused by #100 |
Fixed in f800b35 Could I ask you to try latest If it works, I will release 1.3.0 as soon as possible. Thanks in advance! |
Tested this with the example from #140 and it compiles without any problems. Translated source code looks great, though the name is now pioman.ccp instead of %PDENAME%.cpp (which is fine by me). |
I use See request #130 P.S: Thanks for report! 👍 😊 |
Works fine again now. |
Please upgrade to the latest 1.3.0 https://github.com/platformio/platformio/releases/tag/v1.3.0 |
I'm not sure if this is addressed in another issue, but I just updated from 1.1 to 1.2 (and then tried again with the dev branch), and it looks like something broke with the handling of .ino files. Previously I had projects working fine in both the Arduino IDE and platformio. The errors mostly look like this:
It looks like the .cpp that is generated from my .ino is placing the generated prototypes before my #include's, and since they involve structures defined in those included headers the compiler is failing.
(For the time being I've just reverted to 1.1)
The text was updated successfully, but these errors were encountered: