mirror of https://github.com/openXC7/prjxray.git
Move the settings files out of the database into settings directory.
Fixes #421. Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
5c13700d69
commit
5b1fa4133f
|
|
@ -23,4 +23,4 @@ export XRAY_PIN_04="G21"
|
|||
export XRAY_PIN_05="G22"
|
||||
export XRAY_PIN_06="F21"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
|
|
@ -23,4 +23,4 @@ export XRAY_PIN_04="M19"
|
|||
export XRAY_PIN_05="M20"
|
||||
export XRAY_PIN_06="M21"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
|
|
@ -23,4 +23,4 @@ export XRAY_PIN_04="K16"
|
|||
export XRAY_PIN_05="J16"
|
||||
export XRAY_PIN_06="J15"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
Loading…
Reference in New Issue