Build @ Thu Sep 5 16:36:18 CEST 2024
This commit is contained in:
parent
a8b23dfb1a
commit
9bbd4d4224
|
|
@ -0,0 +1 @@
|
|||
minor wifi reconnect change
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
<html><body><p>dev20240903-C3</p></body></html>
|
||||
<html><body><p>dev20240905-C3</p></body></html>
|
||||
|
|
|
|||
|
|
@ -1401,7 +1401,7 @@ h1{
|
|||
background: grey !important;
|
||||
}
|
||||
}
|
||||
cfg.js 11015
|
||||
cfg.js 11080
|
||||
var cfgs = [
|
||||
[ "", "General configuration", "https://github.com/dl9rdz/rdz_ttgo_sonde/wiki/General-configuration" ],
|
||||
[ "wifi", "Wifi mode (0=off, 1=client, 2=AP, 3=client or AP, 4=client-noscan)" ],
|
||||
|
|
@ -1412,6 +1412,7 @@ var cfgs = [
|
|||
[ "rxlat", "Receiver fixed latitude"],
|
||||
[ "rxlon", "Receiver fixed longitude"],
|
||||
[ "rxalt", "Receiver fixed altitude"],
|
||||
[ "b2mute", "Button 2/medium press mutes LED/Buzzer (minutes)"],
|
||||
[ "", "OLED/TFT display configuration", "https://github.com/dl9rdz/rdz_ttgo_sonde/wiki/Display-configuration" ],
|
||||
[ "screenfile", "Screen config (0=automatic; 1-5=predefined; other=custom)" ],
|
||||
[ "display", "Display screens (scan, default, ...)" ],
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,10 +9,14 @@
|
|||
<h2>Main repository (future...)</h2><ul>
|
||||
</ul>
|
||||
<h2>Development repository (dev2)</h2><ul>
|
||||
<li><a href="dev2/update.ino.bin">update.ino.bin</a> (Sep 3 10:20:12 2024)
|
||||
<li><a href="dev2/update.ino.bin">update.ino.bin</a> (Sep 5 16:36:15 2024)
|
||||
</li>
|
||||
|
||||
<li><a href="dev2/update.fs.bin">update.fs.bin</a> (Aug 18 18:03:05 2024)
|
||||
<li><a href="dev2/update.fs.bin">update.fs.bin</a> (Sep 5 16:36:15 2024)
|
||||
</li>
|
||||
|
||||
<li><a href="dev2/dev20240905-C3-full.bin">dev20240905-C3-full.bin</a> (Sep 5 16:36:15 2024)
|
||||
<br>minor wifi reconnect change
|
||||
</li>
|
||||
|
||||
<li><a href="dev2/dev20240903-C3-full.bin">dev20240903-C3-full.bin</a> (Sep 3 10:20:12 2024)
|
||||
|
|
|
|||
Loading…
Reference in New Issue