summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-21 19:42:58 +0200
committerAki <please@ignore.pl>2021-10-21 19:42:58 +0200
commit17f3ab464da4832861fc16b3886c098c424ed5dd (patch)
treeb34576ccb3623ec3d3a4e8c7c7ce37e36d6c816b /daemon
parent395da4b6861540fcad778cfa0b9ec1f7c16274d6 (diff)
downloadhwd-17f3ab464da4832861fc16b3886c098c424ed5dd.zip
hwd-17f3ab464da4832861fc16b3886c098c424ed5dd.tar.gz
hwd-17f3ab464da4832861fc16b3886c098c424ed5dd.tar.bz2
Added client/server config with env variables
Diffstat (limited to 'daemon')
-rw-r--r--daemon/src/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/src/daemon.cpp b/daemon/src/daemon.cpp
index 449292d..9c841f8 100644
--- a/daemon/src/daemon.cpp
+++ b/daemon/src/daemon.cpp
@@ -9,7 +9,7 @@
int main(int, char **)
{
- rpc::server server(hwd::internal::default_port);
+ rpc::server server(hwd::internal::port());
Gpio gpio;
Assembly assembly {server};
assembly.add("gpio", gpio);