increased time to wait until myCALL und myGRID

This commit is contained in:
DJ2LS 2021-08-08 12:00:09 +02:00 committed by GitHub
parent e14cab92ce
commit 9747ef4e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ setInterval(daemon.getDaemonState, 1000)
setInterval(sock.getTncState, 250)
//setInterval(sock.getDataState, 500)
//setInterval(sock.getHeardStations, 1000)
console.log("jojojo der preloader hier")
// UPDATE FFT DEMO
@ -193,7 +192,7 @@ window.addEventListener('DOMContentLoaded', () => {
}, 5000);
setTimeout(function() {
sock.saveMyGrid(config.mygrid);
}, 5000);
}, 6000);
})
// stopTNC button clicked