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

Update README.md #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #91

wants to merge 1 commit into from

Conversation

madgrizzle
Copy link

Steps to reproduce the issue

Use a tab in your custom meta file and force micro-ros to be rebuilt and the file will be ignored because of the tab.

Additional information

So, I spent about 6 hours trying to get a custom meta file to work. My first challenge was to get micro-ros library to rebuild (pio run --target clean does not force the rebuild). I ended up just deleting the library directory and that forced it to download everything (is there a better, simpler way?) Rebuilding is a rather long process so I don't really pay attention to it, but the third time I forced it to rebuild I did pay attention and I saw an error appear that said that the presence of a tab at the beginning of the line I had added to my meta file was invalid and therefore the file will be ignored. Now, this is likely the "expected outcome" and I don't even think this is necessarily a platformio issue. However, I'm hoping that by submitting this PR someone will save themselves the same headache as I have had with using the custom meta file.

#### Steps to reproduce the issue
Use a tab in your custom meta file and force micro-ros to be rebuilt and the file will be ignored because of the tab.

#### Additional information
So, I spent about 6 hours trying to get a custom meta file to work.  My first challenge was to get micro-ros library to rebuild (pio run --target clean does not force the rebuild).  I ended up just deleting the library directory and that forced it to download everything (is there a better, simpler way?) Rebuilding is a rather long process so I don't really pay attention to it, but the third time I forced it to rebuild I did pay attention and I saw an error appear that said that the presence of a tab at the beginning of the line I had added to my meta file was invalid and therefore the file will be ignored. Now, this is likely the "expected outcome" and I don't even think this is necessarily a platformio issue.  However, I'm hoping that by submitting this PR someone will save themselves the same headache as I have had with using the custom meta file.
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.

1 participant