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:
Smittix
2026-01-08 17:07:36 +00:00
parent f3b1865a79
commit a174884269
5 changed files with 5 additions and 893 deletions

View File

@@ -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;