1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

Local db optimisation and GPS support

DB indexing to improve tx search performance with PI and reg PI, re-download db on failure, add websocket for GPS location update support

Co-Authored-By: Amateur Audio Dude <168192910+AmateurAudioDude@users.noreply.github.com>
Co-Authored-By: Highpoint2000 <168109804+Highpoint2000@users.noreply.github.com>
This commit is contained in:
Adam Wisher
2025-06-12 09:18:59 +01:00
parent bf011acfb4
commit fb68f26d82
2 changed files with 107 additions and 23 deletions

View File

@@ -58,6 +58,7 @@ let serverConfig = {
lat: "",
lon: "",
broadcastTuner: false,
gpsMode: false,
proxyIp: "",
contact: null,
},