revk / ESP32-PN532

PN532 (HSU) drivers for ESP32 using ESP-IDF, and full PCB design for NFC reader.
GNU General Public License v3.0
53 stars 8 forks source link

The project symbol library cache file 'PN532-cache.lib' was not found. #3

Closed hillstub closed 2 years ago

hillstub commented 2 years ago

Hi revk, Thanks for your awesome work!!

I'm working on making an ESP32-based board (ESP32-H2 once it's available) with NFC. Currently, I'm trying to get some inspiration from your project ;-).

Unfortunately, when I open the KiCad schematic file, I'm getting the following error: "The project symbol library cache file 'PN532-cache.lib' was not found." Am I doing something wrong or is it looking for a file that's not in the repo?

Thanks again!

revk commented 2 years ago

OK not sure, I am just updating stuff to kicad 6 now though.

revk commented 2 years ago

I have updated the files for KiCad 6 - hope that helps.

hillstub commented 2 years ago

Yes! That resolved the issue - tnx!!