summaryrefslogtreecommitdiff
path: root/software/main.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-30 18:21:27 +0200
committerxengineering <me@xengineering.eu>2024-05-30 20:06:16 +0200
commita4705ffdb76d412bbc3999877843f886cbd41f4c (patch)
tree6fc2ef15be337b55c523a5ea55f9e323037deed0 /software/main.go
parent0f62b35cb1a1ff69e8c29285322a251010cf5ee1 (diff)
downloadiot-core-a4705ffdb76d412bbc3999877843f886cbd41f4c.tar
iot-core-a4705ffdb76d412bbc3999877843f886cbd41f4c.tar.zst
iot-core-a4705ffdb76d412bbc3999877843f886cbd41f4c.zip
software: communication: Split setup and start
Diffstat (limited to 'software/main.go')
-rw-r--r--software/main.go2
1 files changed, 2 insertions, 0 deletions
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()
}