5 <title>Welcome to your ExpressLRS System
</title>
6 <meta charset=
"utf-8" />
7 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
8 <link rel=
"stylesheet" href=
"main.css" />
14 <img src=
"logo.svg" height=
"250" width=
"250" style=
"padding:20px;"></a>
15 <h1>Welcome to your
<b>ExpressLRS
</b><br /> update page
<br />
17 <p>From here you can update your
<b>Transmitter
</b> module with
<b>@PLATFORM@
</b> firmware
</p>
19 <b>Firmware Rev.
</b><a href=
"firmware.bin" title=
"Click to download firmware"><var>@VERSION@
</var></a>
24 <section id=
"one" class=
"main style1">
25 <div class=
"container">
28 <h2>Useful Links and Support:
</h2>
30 <h4><a href=
"https://github.com/ExpressLRS/ExpressLRS">GitHub Repository
</a>
31 <h4><a href=
"https://discord.gg/dS6ReFY">Discord Chat
</a>
38 Choose a file to update module firmware. Select the correct .bin file for @PLATFORM@ otherwise a bad flash may occur.
39 If this happens you will need to recover via USB/Serial. You may also download the
40 <a href=
"firmware.bin" title=
"Click to download firmware">currently running firmware
</a>.
43 <h2>Firmware Update:
</h2>
45 <form id='upload_form' method='POST' enctype='multipart/form-data'
>
47 <input id='firmware_file' type='file' name='update'
>
48 <input type='submit' value='Update'
>
52 <progress id=
"progressBar" value=
"0" max=
"100" style=
"width:100%;"></progress>
58 <div align=
"left" id=
"apmode" style=
"display:none;">
60 Here you can join a network and it will be saved as your
"home
" network.
61 When you are in range of your
"home
" network and start WiFi update the TX Module will automatically connect.
63 <h2>Join Network:
</h2>
65 <form action=
"/sethome" id=
"sethome" method=
"POST" autocomplete=
"off">
67 <div class=
"autocomplete">
68 <input id=
"network" type=
"text" name=
"network" placeholder=
"SSID" />
69 <div id=
"loader" style=
"float:right" class=
"loader"></div>
72 <input type=
"password" id=
"password" name=
"password" placeholder=
"Password" />
73 <input type=
"submit" value=
"Join">
76 <a id=
"connect" href=
"#">Connect to
"home
" network
<span id=
"homenet"></span></a>
81 <div align=
"left" id=
"stamode" style=
"display:none;">
84 <h2>Home Network:
<span id=
"ssid"></span></h2>
86 <a id=
"forget" href=
"#">Forget
"home
" network and disconnect
</a>
88 <a id=
"access" href=
"#">Disconnect and start Access Point
</a>
95 <script src=
"scan.js"></script>