Skip to content
Snippets Groups Projects
Commit 862ec201 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

I forgot to save the mode, oops

parent f9fc9576
Branches
No related tags found
1 merge request!2Manual control user interface
......@@ -21,6 +21,8 @@ class ApiNode(Node):
subscriber_topics = {
"location": "/location"
}
self.mode = "Manual"
self.message_handler = MessageHandler(self)
self.connection_manager = ConnectionManager(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment