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

Section 11.1 needs note about uncommenting line in Cargo.toml #243

Open
hodlwave opened this issue May 24, 2020 · 1 comment
Open

Section 11.1 needs note about uncommenting line in Cargo.toml #243

hodlwave opened this issue May 24, 2020 · 1 comment

Comments

@hodlwave
Copy link

It took me a while to debug why I wasn't able to send a single byte from the F3 to my computer (nothing showed up in minicom). The reason was that I needed to uncomment the following line Cargo.toml:

# enable this if you are going to use an external serial adapter
# features = ["adapter"]

Once I found this and uncommented the line, the example worked perfectly. I think it would be helpful if a note is added to tell the reader about this step or if the line is just uncommented in the git repo by default; I expect others to get tripped up by this.

@ytmimi
Copy link

ytmimi commented Jun 20, 2020

Thank you! I ran into this exact issue and was really struggling to figure out why the example wasn't working. I totally agree that a note to the reader would be really useful!

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

No branches or pull requests

2 participants