From 2a9ca85d0b804b0120b652d56609d3b9a0fab5dc Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 29 Dec 2021 16:09:53 +0100 Subject: [PATCH] client_server.c: added comment to forcing can_transmit being zero. --- client_server.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client_server.c b/client_server.c index b93838e..ff4f662 100644 --- a/client_server.c +++ b/client_server.c @@ -1899,8 +1899,9 @@ g_print("INFO_RADIO: %d\n",bytes_read); locked=radio_data.locked; receivers=ntohs(radio_data.receivers); can_transmit=radio_data.can_transmit; -//TEMP -can_transmit=0; + + can_transmit=0; // forced temporarily until Client/Server supports transmitters + step=ntohll(radio_data.step); split=radio_data.split; sat_mode=radio_data.sat_mode; -- 2.45.2