From ddab0b2f0f985255eb91856b240fdb784e1caf72 Mon Sep 17 00:00:00 2001 From: "Jose Carmelo O. Almadrones" Date: Tue, 26 May 2026 11:50:42 +0800 Subject: [PATCH] Add Button Actions in TX WebUI --- docs/quick-start/webui.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/quick-start/webui.md b/docs/quick-start/webui.md index 7278b655a..b32b9344a 100644 --- a/docs/quick-start/webui.md +++ b/docs/quick-start/webui.md @@ -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) + 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). @@ -439,6 +449,16 @@ ExpressLRS 4.0 improves upon this with a new layout allowing for more sections o
ExpressLRS TX Module Buttons Tab
+ 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"