Closed Alarm-Siren closed 1 year ago
Turns out changing to match v7's default settings will cause a problem for KiCad 6 users who already have this library configured (the footprint default links will break), therefore this must be a Major release. Annoyingly.
KiCad 7's PCM now has features to automatically add new libraries to the global libraries table by default (though the option is configurable). However, it does so in a way that is not compatible with this library in that, by default, it prefixes the nickname with
PCM_
- this means that the automatic selection of the correct footprint by default does not work.Action Plan:
PCM_arduino-library
for compatibility with v7's default settingsNote: changing to match v7's default settings shouldn't cause a breaking change for anyone who has already manually installed the library on v6, therefore this can be a minor release.