mirror of
https://github.com/smittix/intercept.git
synced 2026-04-28 00:30:00 -07:00
fix: Remove incomplete MLAT feature causing ImportError on startup
The partially-added MLAT support was out of sync between config and routes, causing an ImportError when importing adsb_bp. Remove all MLAT additions from config, template UI/JS, and docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2537,7 +2537,6 @@ sudo make install</code>
|
||||
// Check for remote dump1090 config (only for local mode)
|
||||
const remoteConfig = !useAgent ? getRemoteDump1090Config() : null;
|
||||
if (remoteConfig === false) return;
|
||||
|
||||
// Check for agent SDR conflicts
|
||||
if (useAgent && typeof checkAgentModeConflict === 'function') {
|
||||
if (!checkAgentModeConflict('adsb')) {
|
||||
@@ -2556,7 +2555,6 @@ sudo make install</code>
|
||||
requestBody.remote_sbs_host = remoteConfig.host;
|
||||
requestBody.remote_sbs_port = remoteConfig.port;
|
||||
}
|
||||
|
||||
try {
|
||||
// Route through agent proxy if using remote agent
|
||||
const url = useAgent
|
||||
|
||||
Reference in New Issue
Block a user