add: binn for communication
This commit is contained in:
parent
cbb4ac7a86
commit
074c5c5750
12 changed files with 4561 additions and 5 deletions
models
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue