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

Config file parsing issue #383

Closed
SergioGasquez opened this issue Apr 4, 2023 · 0 comments · Fixed by #382
Closed

Config file parsing issue #383

SergioGasquez opened this issue Apr 4, 2023 · 0 comments · Fixed by #382
Assignees

Comments

@SergioGasquez
Copy link
Member

Since toml crate was updated, parsing a file like:

[connection]

[[usb_device]]
vid = "303a"
pid = "1001"

Results in:

Error:
  × TOML parse error at line 4, column 7
  │   |
  │ 4 | vid = "303a"
  │   |       ^^^^^^
  │ invalid type: string "303a", expected a borrowed byte array
  │

See #374 #381 for details

@SergioGasquez SergioGasquez self-assigned this Apr 4, 2023
@github-project-automation github-project-automation bot moved this to Todo in esp-rs Apr 4, 2023
@SergioGasquez SergioGasquez linked a pull request Apr 4, 2023 that will close this issue
@SergioGasquez SergioGasquez moved this from Todo to In Progress in esp-rs Apr 4, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in esp-rs Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant