From fd387c3f00bfe75b26906e3df0b2bd9888a1913a Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 18 Mar 2023 21:02:13 +0200 Subject: [PATCH] Fix lib table --- extras/schematics/fp-lib-table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/schematics/fp-lib-table b/extras/schematics/fp-lib-table index 3a6798e..9cc2bf5 100644 --- a/extras/schematics/fp-lib-table +++ b/extras/schematics/fp-lib-table @@ -1,3 +1,3 @@ (fp_lib_table - (lib (name gs)(type KiCad)(uri ${KIPRJMOD}/lora_tracker.pretty)(options "")(descr "")) + (lib (name lora_tracker)(type KiCad)(uri ${KIPRJMOD}/lora_tracker.pretty)(options "")(descr "")) )