Skip to content
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

Project converted to Platformio [work in progress] #239

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rafalmag
Copy link

work in progress - I am open for comments.

@pfeerick
Copy link

pfeerick commented Jul 6, 2019

It's not strictly necessary to rename the .ino file... you just lose some of the IntelliSense functionality. Also, you can drop the requirement to rename the src directory by using the following in platformio.ini

[platformio]
src_dir = Esp32_radio

Edit: (Doesn't work due to .ino also being compiled)Another thought... in efforts to minimise changes to the structure of the repo... could use a symbolic link (i.e. ln -s Esp32_radio.ino Esp32_radio.ino.cpp) so there's no renaming of files needed... and they'll always stay in sync since it's only a redirection.

Looks great otherwise... It just compiled for me on PIO v4, but I've yet to load it yet as its I'm in the process of putting this together.

@pfeerick pfeerick mentioned this pull request Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants