Added IF BW to XDRGTK message for future purpose

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-01-28 14:33:33 +01:00
parent 63f1fd8843
commit 0dcefb8c4f
+1 -1
View File
@@ -574,7 +574,7 @@ void XDRGTKRoutine() {
DataPrint("Sm"); 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() { void passwordcrypt() {