Add 5 sec button press for WiFi hotspot explanation to WiFi Updating docs#503
Open
osirisinferi wants to merge 2 commits intoExpressLRS:masterfrom
Open
Add 5 sec button press for WiFi hotspot explanation to WiFi Updating docs#503osirisinferi wants to merge 2 commits intoExpressLRS:masterfrom
osirisinferi wants to merge 2 commits intoExpressLRS:masterfrom
Conversation
CapnBry
requested changes
Dec 28, 2025
CapnBry
reviewed
Dec 30, 2025
Member
CapnBry
left a comment
There was a problem hiding this comment.
Yeah looks good to me, thanks!
CapnBry
approved these changes
Dec 30, 2025
mha1
requested changes
Jan 7, 2026
| **Build** your firmware file, either via the ExpressLRS Configurator or PlatformIO. The ExpressLRS Configurator will open a folder for you where the correct firmware file was created and should be named like `<target name>-<version>.bin` (e.g. for the Happymodel ES24TX, the file will be `HappyModel_ES24TX_2400_TX-2.0.0.bin`). Meanwhile, PlatformIO should create the file within the `\src\.pio\build\<target name>\` folder. | ||
|
|
||
| Put your device in WiFi Updating mode. For TX modules, this is accomplished using the ExpressLRS Lua Script. Simply select `WiFi Update` from the script and it should start the Update Hotspot. For receivers, power the receiver and wait until `AUTO_WIFI_ON_INTERVAL` time has elapsed and the LED on the receiver is blinking fast. | ||
| Put your device in WiFi Updating mode. For TX modules, this is accomplished using the ExpressLRS Lua Script. Select `WiFi Connectivity` followed by `Enable WiFi` from the script and it should enter WiFi mode. For receivers, power the receiver and wait until `AUTO_WIFI_ON_INTERVAL` time has elapsed or hold the boot button for 5 seconds (keep holding past the 'binding mode' at 1.5 seconds). Once the receiver has entered the WiFi mode, the LED on the receiver will be blinking fast (single color LED) or pulsing green/yellow (RGB LED). |
Contributor
There was a problem hiding this comment.
-
Some receivers don't have a boot button. I think this is what @CapnBry meant by "if available". I'd prefer to add his comment.
-
Some receivers have a boot button but it's really just a boot button and is only active while pressed during power on to enter the bootloader for UART flashing. The pin used for the boot button on those receivers is repurposed by the firmware, meaning pressing or long pressing the boot button won't do anything. No bind mode, no WiFi mode selection. Example: Radiomaster ER4.
I think you should add a note that the described feature may not work on all receivers even if they have a boot button.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Received an RX that didn't have
AUTO_WIFI_ON_INTERVALset out of the box. Was stuck in binding mode.webui.mdmentions the 5 second boot button press, but using a commonly used search engine, I got towifi-updating.mdwhere this method was not explained. This PR adds this small piece of information for people ending up inwifi-updating.mdin their search.