mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
defaultfreq fix
This commit is contained in:
@@ -163,8 +163,9 @@ function connectToXdrd() {
|
||||
client.write('x\n');
|
||||
if(serverConfig.defaultFreq) {
|
||||
client.write('T' + Math.round(serverConfig.defaultFreq * 1000) +'\n')
|
||||
} else {
|
||||
client.write('T87500\n');
|
||||
}
|
||||
client.write('T87500\n');
|
||||
client.write('A0\n');
|
||||
client.write('G00\n');
|
||||
client.off('data', authDataHandler);
|
||||
|
||||
Reference in New Issue
Block a user