瀏覽代碼

Fix library paths

Bernd Gottschlag 5 年之前
父節點
當前提交
90a300850b
共有 2 個文件被更改,包括 4 次插入5 次删除
  1. 1
    1
      weather-sensor/fp-lib-table
  2. 3
    4
      weather-sensor/sym-lib-table

+ 1
- 1
weather-sensor/fp-lib-table 查看文件

1
 (fp_lib_table
1
 (fp_lib_table
2
-  (lib (name footprints)(type KiCad)(uri /media/berndNAS/Dokumente/Projekte/Wetterstation/sensor/smart-home/kicad-library/footprints.pretty)(options "")(descr ""))
2
+  (lib (name footprints)(type KiCad)(uri ${KIPRJMOD}/../kicad-library/footprints.pretty)(options "")(descr ""))
3
 )
3
 )

+ 3
- 4
weather-sensor/sym-lib-table 查看文件

1
 (sym_lib_table
1
 (sym_lib_table
2
-  (lib (name BU49xx)(type Legacy)(uri /media/berndNAS/Dokumente/Projekte/Wetterstation/sensor/smart-home/kicad-library/symbols/BU49xx.lib)(options "")(descr ""))
3
-  (lib (name GY-B11_EP_280)(type Legacy)(uri /media/berndNAS/Dokumente/Projekte/Wetterstation/sensor/smart-home/kicad-library/symbols/GY-B11_EP_280.lib)(options "")(descr ""))
4
-  (lib (name NRF24L01_Breakout_SMD)(type Legacy)(uri /media/berndNAS/Dokumente/Projekte/Wetterstation/sensor/smart-home/kicad-library/symbols/NRF24L01_Breakout_SMD.lib)(options "")(descr ""))
5
-  (lib (name weather_station_sensor-rescue)(type Legacy)(uri ${KIPRJMOD}/weather_station_sensor-rescue.lib)(options "")(descr ""))
2
+  (lib (name BU49xx)(type Legacy)(uri ${KIPRJMOD}/../kicad-library/symbols/BU49xx.lib)(options "")(descr ""))
3
+  (lib (name GY-B11_EP_280)(type Legacy)(uri ${KIPRJMOD}/../kicad-library/symbols/GY-B11_EP_280.lib)(options "")(descr ""))
4
+  (lib (name NRF24L01_Breakout_SMD)(type Legacy)(uri ${KIPRJMOD}/../kicad-library/symbols/NRF24L01_Breakout_SMD.lib)(options "")(descr ""))
6
 )
5
 )

Loading…
取消
儲存