Move relay drivers from common to controller
This commit is contained in:
parent
e9b09cd709
commit
228b366320
8 changed files with 132 additions and 270 deletions
|
|
@ -25,8 +25,4 @@ sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
|
|||
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
||||
uuid = { version = "1.8", features = ["v4"] }
|
||||
futures = "0.3"
|
||||
libc = "0.2"
|
||||
|
||||
rppal = "0.17"
|
||||
rppal-pfd = "0.0.5"
|
||||
rppal-mcp23s17 = "0.0.3"
|
||||
libc = "0.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue