Skip to content

Fix some library symbols with V6 library format

Uli Köhler requested to merge ulikoehler/kicad-symbols:v6remnants into master

This was done using

grep "(id 0)" *.kicad_sym -l | xargs -n1 kicad-cli sym upgrade --force

Merge request reports