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

Fail to import pin name with space on STM32G071RBT6 #21

Open
ahatstat opened this issue Jan 30, 2019 · 1 comment
Open

Fail to import pin name with space on STM32G071RBT6 #21

ahatstat opened this issue Jan 30, 2019 · 1 comment
Assignees
Labels

Comments

@ahatstat
Copy link

When importing from page 35 of STM32G071RBT6 pin 44 does not import at all. No error message is shown. Perhaps the space in the pin name is the problem. All other pins import correctly. I'm using windows prebuilt binary built January 8 2019.

@sebcaux sebcaux added the bug label Jan 30, 2019
@sebcaux sebcaux self-assigned this Jan 30, 2019
@Franck78
Copy link

Franck78 commented Feb 3, 2021

Hello Seb,

Ligne 414 dans uConfig-master/src/pdf_extract/datasheet.cpp

else if (box->text.size() > 15 && (!box->text.contains("/") && !box->text.contains("_") && !box->text.contains(",")))

tu es un peu trop court !! Passe à 15 caractères la longueur valide pour un label et ce bug est réglé ;)

(on dirait que tu as abandonné cet outil hyper pratique et bien présenté, domage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants