AndyTaylorTweet / Pi-Star_DV_Dash

Pi-Star DV Dashboard (Based on works by Hans-J. Barthen (DL5DI) and Kim Huebel (DG9VH)).
http://www.pistar.uk/downloads/
111 stars 120 forks source link

RemoteCommand syntax #147

Open mquin opened 2 years ago

mquin commented 2 years ago

I've been setting up Pi-Star_DV_Dash on a self-installed hotspot using the current master version of YSFGateway.

In January 2022 the following commit changed the RemoteCommand syntax to expect a space after the LinkYSF and LinkFCS commands.

https://github.com/g4klx/YSFClients/commit/3af8708977eb45c7d311daee17b33cb75358ba57

I've worked around this locally by rewriting ysfLinkHost before RemoteCommand is called, but there may be a cleaner way of doing it.