Skip to content
Snippets Groups Projects
Commit 85860dd7 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix first display

parent b176c6ad
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,7 @@ func main() {
eng := xaal.NewEngine()
eng.DisableMessageFilter()
dev := NewCounterDevice(eng)
dev.display()
eng.Subscribe(dev.handleMessage)
dev.sendIsAlive()
eng.Run()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment