Skip to content

Commit f0a4512

Browse files
committed
add binary for linux
1 parent 5c1b90b commit f0a4512

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
29 MB
Binary file not shown.

tools/find_rtkbase/find_rtkbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _scan_thread(self):
103103
# {'ip': '192.168.1.199', 'port' : 443, 'fqdn' : 'basegnss'} ]
104104
#self.available_base = [{'ip': '192.168.1.123', 'port' : 80, 'fqdn' : 'localhost'},]
105105
except Exception as e:
106-
log.debug("Error during network scan")
106+
log.debug(f"Error during network scan: {e}")
107107
self.progress_bar.stop()
108108
self.progress_bar.grid_remove()
109109
self.scanninglabel.grid_remove()

tools/find_rtkbase/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# find_rtkbase
22

33
This is a gui app to find RTKBase base station on the local network.
4-
Executable files are available for Windows.
4+
Executable files are available in the /dist directory for Windows x64 and Gnu/Linux x86_64.
55

66
![find_rtkbase gui screenshot](find_rtkbase_screenshot.png)
77
## building binary/executable from source:

0 commit comments

Comments
 (0)