-
Notifications
You must be signed in to change notification settings - Fork 662
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
ReceiveDemo_Advanced work with Platform.IO and VSCode #489
Comments
If I remove the #include <Ardunio.h> from .\test_rec\output.cpp file
platformio terminal output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get the ReceiveDemo_Advanced example to work with Platform.IO and VS Code. I'm able to get it to work with the Arduino IDE, but I prefer VS Code.
Here is what I have including adding of the #include <Ardunio.h> to both files? It seems I need to add to the output.cpp file too?
.\test_rec\ReceiveDemo_Advanced.cpp file
.\test_rec\output.cpp file
platform.io terminal output
platformio.ini file
The text was updated successfully, but these errors were encountered: