NoobishSVK / fm-dx-webserver

FM-DX Webserver is a cross-platform web server designed for FM DXers who want to control their radio receivers through a web interface.
https://fmdx.org/projects/webserver.php
GNU General Public License v3.0
29 stars 21 forks source link

fix for first client #47

Closed HyperDX closed 4 months ago

HyperDX commented 4 months ago

Previously this flag was set always on true. Which means even if someone was connected to XDRd, webserver was changing frequency to the default one (even when tuner was locked) this behavior was very annoying. Changing firstclient flag to false will let further if statements change state of this flag to true (if no one is connected already)

NoobishSVK commented 4 months ago

My bad, thanks for correcting it.