From 632db2590a05026fea5ad5f8d0f3ec4aa259be0d Mon Sep 17 00:00:00 2001 From: Paul Kendall Date: Thu, 7 Sep 2023 07:47:43 +1200 Subject: [PATCH] Fixup URL and clarify wifi text --- src/js/index.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/js/index.js b/src/js/index.js index 62391ed..6c95ebb 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -163,10 +163,13 @@ const displayProxyHelp = async (e) => { Wifi auto-discover is current disabled because the ExpressLRS auto-discovery proxy is not running on the local computer.

Wifi auto-discovery allows the flasher application to discover ExpressLRS wifi enabled devices on your network using mDNS. -It also allows flashing these devices via HTTP proxying. +It also allows flashing these devices via the auto-discovery proxy.

-To enable Wifi auto-discovery the ExpressLRS auto-discovery proxy must be running on the local computer. -You can download the proxy for your system from the github project page. +If you do not have the auto-discovery application running, you can still flash the device via wifi by choosing the "local download" +option as the flashing method and upload the binary file via the devices web-ui. +

+To enable Wifi auto-discovery and flashing, the ExpressLRS auto-discovery proxy must be running on the local computer. +You can download the proxy for your system from the web-flasher github project page. ` })