We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example project:
https://kicanvas.org/?github=https%3A%2F%2Fgithub.com%2FCapnKernel%2Fpogoprog
Several of the pins have {slash} in the name, rather than this being interpreted and shown as /.
{slash}
/
It seems that KiCad can store non-alpha characters using some sort of {} encoding. KiCanvas doesn't know about this.
{}
Pic from KiCad 7:
Pic from KiCanvas:
Note that the D0/RX and D1/TX pins are shown correctly because KiCad is storing these as / not {slash}.
D0/RX
D1/TX
The text was updated successfully, but these errors were encountered:
Interest, we should be handling these here, I'll see where the disconnect is.
Sorry, something went wrong.
b5970f9
No branches or pull requests
Example project:
https://kicanvas.org/?github=https%3A%2F%2Fgithub.com%2FCapnKernel%2Fpogoprog
Several of the pins have
{slash}
in the name, rather than this being interpreted and shown as/
.It seems that KiCad can store non-alpha characters using some sort of
{}
encoding. KiCanvas doesn't know about this.Pic from KiCad 7:
Pic from KiCanvas:
Note that the
D0/RX
andD1/TX
pins are shown correctly because KiCad is storing these as/
not{slash}
.The text was updated successfully, but these errors were encountered: