config: change default listen port
This now matches the rotctld default listen port
This commit is contained in:
parent
bd465af30d
commit
0e88022a8d
@ -32,7 +32,7 @@ pub fn destroy(allocator: std.mem.Allocator) void {
|
|||||||
|
|
||||||
rotctl: RotControlConfig = .{
|
rotctl: RotControlConfig = .{
|
||||||
.listen_address = "127.0.0.1",
|
.listen_address = "127.0.0.1",
|
||||||
.listen_port = 5432,
|
.listen_port = 4533,
|
||||||
},
|
},
|
||||||
labjack: LabjackConfig = .{
|
labjack: LabjackConfig = .{
|
||||||
.device = .autodetect,
|
.device = .autodetect,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user