mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
cleaner command system + phone UI changes + iMS/EQ
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ const audioPort = 8081;
|
||||
|
||||
const xdrdServerHost = '127.0.0.1'; // xdrd server IP (if it's running on the same machine, use 127.0.0.1)
|
||||
const xdrdServerPort = 7373; // xdrd server port
|
||||
const xdrdPassword = ''; // xdrd password (optional)
|
||||
const xdrdPassword = 'password'; // xdrd password (optional)
|
||||
|
||||
const qthLatitude = ''; // your latitude, useful for maps.fmdx.pl integration
|
||||
const qthLongitude = ''; // your longitude, useful for maps.fmdx.pl integration
|
||||
|
||||
Reference in New Issue
Block a user