From a4705ffdb76d412bbc3999877843f886cbd41f4c Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 30 May 2024 18:21:27 +0200 Subject: software: communication: Split setup and start --- software/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'software/main.go') diff --git a/software/main.go b/software/main.go index 0a6b590..dfc5de3 100644 --- a/software/main.go +++ b/software/main.go @@ -12,5 +12,7 @@ func main() { log.Fatal(err) } + iface.Start() + iface.Cat() } -- cgit v1.2.3-70-g09d2