This commit is contained in:
NoobishSVK
2024-01-21 18:57:43 +01:00
parent 135b2c838d
commit 59469dbeb8
10 changed files with 296 additions and 175 deletions
+3 -3
View File
@@ -3,10 +3,10 @@ const webServerPort = 8080; // web server port
const xdrdServerHost = '192.168.1.15'; // xdrd server iP
const xdrdServerPort = 7373; // xdrd server port
const xdrdPassword = 'changeme'; // xdrd password (optional)
const xdrdPassword = 'changememe'; // xdrd password (optional)
const qthLatitude = '0.0'; // your latitude, useful for maps.fmdx.pl integration
const qthLongitude = '0.0'; // your longitude, useful for maps.fmdx.pl integration
const qthLatitude = '50.357935'; // your latitude, useful for maps.fmdx.pl integration
const qthLongitude = '15.924395'; // your longitude, useful for maps.fmdx.pl integration
const verboseMode = false; // if true, console will display extra messages