Ultrabeam VL2.3

{#if interlockConnected && interlockState}
{interlockState === 'READY' ? '🔓 TX OK' : interlockState === 'NOT_READY' ? '🔒 TX Block' : interlockState === 'PTT_REQUESTED' ? '⏳ PTT' : interlockState === 'TRANSMITTING' ? '📡 TX' : '❓'}
{/if}
Frequency
{(frequency / 1000).toFixed(3)} MHz
Band
{detectedBand}
Direction
{directionNames[direction]}

Auto Tracking

{#if motorsMoving > 0}

Motors Moving...

{progressCurrent} / 60 ({progressPercent.toFixed(0)}%)
{/if}