Add drivers for gpio and piface
This commit is contained in:
parent
61a3c6093b
commit
4ed1cd3182
14 changed files with 256 additions and 14 deletions
|
|
@ -8,8 +8,8 @@ server {
|
|||
database = "sqlite://emgauwa-core.sqlite"
|
||||
|
||||
permissions {
|
||||
user = read("env:USER")
|
||||
group = read("env:USER")
|
||||
user = "" // read("env:USER")
|
||||
group = "" // read("env:USER")
|
||||
}
|
||||
|
||||
logging {
|
||||
|
|
|
|||
Loading…
Reference in a new issue