Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
517 stars 58 forks source link

Fail to import pin name with space on STM32G071RBT6 #21

Open ahatstat opened 5 years ago

ahatstat commented 5 years ago

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.

Franck78 commented 3 years ago

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)