add: binn for communication

This commit is contained in:
Tobias Reisinger 2020-02-23 01:13:27 +01:00
parent cbb4ac7a86
commit 074c5c5750
12 changed files with 4561 additions and 5 deletions

View file

@ -15,7 +15,7 @@ controller_create(void)
strcpy(result->name, "new emgauwa device");
result->command_port = 0;
result->discovery_port = 4419;
result->discovery_port = 4421;
result->relay_count = 10;
result->relays = malloc(sizeof(*result->relays) * result->relay_count);