This commit is contained in:
2026-02-24 10:01:10 +01:00
parent 3080468415
commit 1f70b58295
+1
View File
@@ -88,6 +88,7 @@ async function buildTxDatabase() {
localDb = await response.json();
buildPiFreqIndex();
consoleCmd.logInfo('Transmitter database successfully loaded.');
nextLocalDbUpdate = Date.now() + localDbUpdateInterval;
awaitingTxInfo = false;
} catch (error) {
consoleCmd.logError("Failed to fetch transmitter database:", error);