From 17f3ab464da4832861fc16b3886c098c424ed5dd Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 21 Oct 2021 19:42:58 +0200 Subject: Added client/server config with env variables --- daemon/src/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') 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); -- cgit v1.1