mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Remove LoRa/ISM mode (redundant with 433MHz)
The LoRa mode was removed because: - rtl_433 cannot decode actual LoRa (CSS modulation) - The 433MHz mode already handles ISM band devices - True LoRa decoding requires specialized tools like gr-lora Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2779,57 +2779,6 @@ header p {
|
||||
background: rgba(0, 122, 255, 0.05);
|
||||
}
|
||||
|
||||
/* LoRa Layout Container */
|
||||
.lora-layout-container {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
padding: 15px;
|
||||
background: var(--bg-secondary);
|
||||
margin: 0 15px 10px 15px;
|
||||
border: 1px solid var(--border-color);
|
||||
height: calc(100vh - 200px);
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.lora-layout-container .wifi-visuals {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.lora-device-list {
|
||||
border-left-color: var(--accent-green) !important;
|
||||
}
|
||||
|
||||
.lora-device-list .wifi-device-list-header h5 {
|
||||
color: var(--accent-green);
|
||||
}
|
||||
|
||||
.lora-device-card {
|
||||
border-left-color: var(--accent-green) !important;
|
||||
}
|
||||
|
||||
.lora-device-card.selected {
|
||||
border-color: var(--accent-green);
|
||||
background: rgba(0, 255, 136, 0.1);
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.lora-layout-container {
|
||||
flex-direction: column;
|
||||
height: auto;
|
||||
max-height: calc(100vh - 200px);
|
||||
}
|
||||
|
||||
.lora-layout-container .wifi-visuals {
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
.lora-device-list {
|
||||
width: 100%;
|
||||
min-width: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.bt-layout-container {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user