From 1e3ce1dec7d118040daadae9fb48b27ec81eb846 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 15 Sep 2020 11:15:13 +0200 Subject: [PATCH] an2linux: Enable both bluetooth and wifi server Enabling both servers will allow more messages to get through, and it does not really constrain the server resources too much. an2linux should be clever enough to use *either* wifi or bluetooth in mirroring the messages, depending on which one it finds connected to the server/client. --- an2linux/.config/an2linux/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/an2linux/.config/an2linux/config b/an2linux/.config/an2linux/config index a06ab65..4ed5fdc 100644 --- a/an2linux/.config/an2linux/config +++ b/an2linux/.config/an2linux/config @@ -1,5 +1,5 @@ [tcp] -tcp_server = off +tcp_server = on tcp_port = 46352 [bluetooth]