From 99fc5b32141d59cac12cc69910bbb8f5a8b7bc18 Mon Sep 17 00:00:00 2001 From: osirisinferi Date: Sun, 28 Dec 2025 21:26:36 +0100 Subject: [PATCH 1/2] Add 5 sec button press for WiFi hotspot --- docs/software/updating/wifi-updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/updating/wifi-updating.md b/docs/software/updating/wifi-updating.md index e4f403de2..b3f85b971 100644 --- a/docs/software/updating/wifi-updating.md +++ b/docs/software/updating/wifi-updating.md @@ -12,7 +12,7 @@ template: main.html **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 `-.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\\` 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. Simply select `WiFi Update` from the script and it should start the Update Hotspot. For receivers, power the receiver and either wait until `AUTO_WIFI_ON_INTERVAL` time has elapsed or, if available, press the boot button for 5 seconds. Once the receiver has started the WiFi hotspot, the LED on the receiver should be blinking fast. Connect to the hotspot that the device has created. For TX modules, this hotspot should show up as **ExpressLRS TX** while for receivers, the hotspot will have a name such as **ExpressLRS RX**. They have the same password: `expresslrs`. From 9eb13a04d94cb915ef4c3e43af43fca03f6e1fb6 Mon Sep 17 00:00:00 2001 From: osirisinferi Date: Sun, 28 Dec 2025 22:48:13 +0100 Subject: [PATCH 2/2] Addressing requested changes --- docs/software/updating/wifi-updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/updating/wifi-updating.md b/docs/software/updating/wifi-updating.md index b3f85b971..6797fe2f5 100644 --- a/docs/software/updating/wifi-updating.md +++ b/docs/software/updating/wifi-updating.md @@ -12,7 +12,7 @@ template: main.html **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 `-.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\\` 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 either wait until `AUTO_WIFI_ON_INTERVAL` time has elapsed or, if available, press the boot button for 5 seconds. Once the receiver has started the WiFi hotspot, the LED on the receiver should be 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). Connect to the hotspot that the device has created. For TX modules, this hotspot should show up as **ExpressLRS TX** while for receivers, the hotspot will have a name such as **ExpressLRS RX**. They have the same password: `expresslrs`.