Intial server/client setup of controller

This commit is contained in:
AntoineH 2024-09-03 18:05:41 +02:00
parent 0f5d2df8a5
commit 01514ad6d2
7 changed files with 120 additions and 12 deletions

View file

@ -35,8 +35,4 @@ func init() {
// serveCmd.Flags().Uint16P("port", "p", 8080, "Port")
//TODO: Support Motor ID flag
}
func controller() {
}