From 0dcefb8c4f2781c3986cadb5c3b39861e4c62e65 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sun, 28 Jan 2024 14:33:33 +0100 Subject: [PATCH] Added IF BW to XDRGTK message for future purpose --- src/comms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comms.cpp b/src/comms.cpp index 85497a7..f7ad9ae 100644 --- a/src/comms.cpp +++ b/src/comms.cpp @@ -574,7 +574,7 @@ void XDRGTKRoutine() { DataPrint("Sm"); } } - DataPrint(String(((SStatus * 100) + 10875) / 1000) + "." + String(((SStatus * 100) + 10875) / 100 % 10) + "," + String(WAM / 10) + "," + String(CN) + "\n\n"); + DataPrint(String(((SStatus * 100) + 10875) / 1000) + "." + String(((SStatus * 100) + 10875) / 100 % 10) + "," + String(WAM / 10) + "," + String(CN) + "," + String(BW) + "\n\n"); } void passwordcrypt() {