Improve WiFi device identification, remove signal history, fix Listen button

- WiFi interfaces now show driver, chipset, and MAC address for easier identification
- Remove signal history feature from WiFi and Bluetooth sections (HTML, JS, CSS, API)
- Fix Listen button in Listening Post signal hits to properly tune to frequency
- Make stopAudio() async and improve tuneToFrequency() with proper awaits
- Fix Device Intelligence panel auto-expand and manufacturer display

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-08 12:53:38 +00:00
parent b60f2cdf81
commit 1236011174
4 changed files with 137 additions and 386 deletions

View File

@@ -1309,38 +1309,6 @@ header p {
color: var(--accent-red);
}
/* Signal Strength Graph */
.signal-graph-panel {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: 4px;
padding: 12px;
margin-top: 10px;
}
.signal-graph-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.signal-graph-header h4 {
color: var(--accent-cyan);
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
}
.signal-graph-device {
font-size: 10px;
color: var(--text-secondary);
font-family: 'JetBrains Mono', monospace;
}
#signalGraph,
#btSignalGraph,
#adsbStatsChart {
width: 100%;
height: 80px;