Saltar al contenido principal

Estado de los LED

Reach RS4 / RS4 Pro tiene los LED de batería y LED de estado. Los LED de la batería indican el nivel de carga de la batería. El LED de estado indica los estados de funcionamiento del receptor.


<div class="receiver-description">
<h4>Status LED</h4>
<p>This LED indicates the receiver’s operating status.</p>

<div class="receiver-status">
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid white**: SINGLE solution</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid orange**: FLOAT solution</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid green**: FIX solution</span>
</div>
</div>
</div>

<div class="receiver-description">
<h4>Battery LEDs</h4>
<p>These LEDs indicate the receiver’s loading state and battery charge level.</p>

<div class="receiver-status">
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Off**: Power is off</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Running white**: Receiver is loading.</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**One red LED**: 1–10%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**One white LED**: 11–20%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Two white LEDs**:21–40%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Three white LEDs**: 41–60%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Four white LEDs**: 61–80%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Five white LEDs**: 81–100%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**White LEDs blinking in sequence**: Receiver is charging.</span>
</div>
</div>
</div>