@mytec: iter10.6 ready for testing

This commit is contained in:
2026-01-30 20:11:48 +02:00
parent d8256288b0
commit 625cce31e4
7 changed files with 1066 additions and 68 deletions

View File

@@ -10,6 +10,7 @@ export interface Site {
antennaType: 'omni' | 'sector';
azimuth?: number; // degrees (0-360), sector only
beamwidth?: number; // degrees (30-120), sector only
tilt?: number; // degrees (-90 to +90), antenna downtilt
color: string; // hex color for map marker
visible: boolean;
notes?: string;