Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/quick-start/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,16 @@ ExpressLRS 4.0 improves upon this with a new layout allowing for more sections o
![Buttons Tab](../assets/images/webui/buttons.png)
</figure>

The actions that can be performed are:

- None (the button does nothing; useful if a user only wants a single action on the button)
- Increase Power (Increments the power output by one notch i.e. 25 -> 50mW, 50 -> 100mW etc)
- Go to VTX Band Menu (Jumps directly to the menu on the TFT/OLED display, if present)
- Go to VTX Channel Menu (Jumps directly to the menu on the TFT/OLED display, if present)
- Send VTX Settings (Sends the current VTX admin settings to the FC/Backpack)
- Start WiFi (Immediately starts WiFi mode)
- Enter Binding Mode (Tells the TX to start sending bind messages)

### Import/Export Tab

This tab allows you to Export or Import TX Module per-model Configuration. See [Model Config Matching](../software/model-config-match.md).
Expand Down Expand Up @@ -439,6 +449,16 @@ ExpressLRS 4.0 improves upon this with a new layout allowing for more sections o
<figcaption>ExpressLRS TX Module Buttons Tab</figcaption>
</figure>

The actions that can be performed are:

- None (the button does nothing; useful if a user only wants a single action on the button)
- Increase Power (Increments the power output by one notch i.e. 25 -> 50mW, 50 -> 100mW etc)
- Go to VTX Band Menu (Jumps directly to the menu on the TFT/OLED display, if present)
- Go to VTX Channel Menu (Jumps directly to the menu on the TFT/OLED display, if present)
- Send VTX Settings (Sends the current VTX admin settings to the FC/Backpack)
- Start WiFi (Immediately starts WiFi mode)
- Enter Binding Mode (Tells the TX to start sending bind messages)

### The Update Tab

=== "Receiver Update Tab"
Expand Down
Loading