]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
changed display of new protocol version
authorJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Mon, 2 May 2016 10:24:01 +0000 (10:24 +0000)
committerJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Mon, 2 May 2016 10:24:01 +0000 (10:24 +0000)
main.c
pihpsdr
release/pihpsdr.tar
release/pihpsdr/pihpsdr

diff --git a/main.c b/main.c
index b95cca49f8f46b9d8979b73c72f6da74c03aa936..4bf80d9e2e5e3ef9a3901651b2be31e6c234d39c 100644 (file)
--- 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 de9aa5daa367706537d3ff32c8141717e17852b1..604655ff0539497b7eca3c5c23e92ad6a1cd78f3 100755 (executable)
Binary files a/pihpsdr and b/pihpsdr differ
index e1c8b093dbdaaf6ecbeeb58a8383ca521fa15d06..23adfafb93047fe2a2731f58bc37eb6adba043de 100644 (file)
Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ
index de9aa5daa367706537d3ff32c8141717e17852b1..604655ff0539497b7eca3c5c23e92ad6a1cd78f3 100755 (executable)
Binary files a/release/pihpsdr/pihpsdr and b/release/pihpsdr/pihpsdr differ