From: John Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Date: Mon, 2 May 2016 10:24:01 +0000 (+0000)
Subject: changed display of new protocol version
X-Git-Url: https://git.rkrishnan.org/pf/components/@manifest?a=commitdiff_plain;h=1184aff038cf8da72be5334a880affe4632e3b7c;p=pihpsdr.git

changed display of new protocol version
---

diff --git a/main.c b/main.c
index b95cca4..4bf80d9 100644
--- a/main.c
+++ b/main.c
@@ -780,8 +780,10 @@ gint init(void* arg) {
               sprintf(text,"%s (%s %d.%d) %s (%02X:%02X:%02X:%02X:%02X:%02X) on %s\n",
                         d->name,
                         d->protocol==ORIGINAL_PROTOCOL?"old":"new",
-                        d->protocol==ORIGINAL_PROTOCOL?d->software_version/10:d->software_version/100,
-                        d->protocol==ORIGINAL_PROTOCOL?d->software_version%10:d->software_version%100,
+                        //d->protocol==ORIGINAL_PROTOCOL?d->software_version/10:d->software_version/100,
+                        //d->protocol==ORIGINAL_PROTOCOL?d->software_version%10:d->software_version%100,
+                        d->software_version/10,
+                        d->software_version%10,
                         inet_ntoa(d->address.sin_addr),
                         d->mac_address[0],
                         d->mac_address[1],
diff --git a/pihpsdr b/pihpsdr
index de9aa5d..604655f 100755
Binary files a/pihpsdr and b/pihpsdr differ
diff --git a/release/pihpsdr.tar b/release/pihpsdr.tar
index e1c8b09..23adfaf 100644
Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ
diff --git a/release/pihpsdr/pihpsdr b/release/pihpsdr/pihpsdr
index de9aa5d..604655f 100755
Binary files a/release/pihpsdr/pihpsdr and b/release/pihpsdr/pihpsdr differ