Travis build: 370

gh-pages
dl9rdz (via Travis CI) 2021-09-21 08:43:38 +00:00
rodzic 3825f1c396
commit 92a58ee6c9
6 zmienionych plików z 13 dodań i 4 usunięć

Wyświetl plik

@ -0,0 +1 @@
+Chasemapper udp support

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1 +1 @@
<html><body><p>devel20210920-B16</p></body></html>
<html><body><p>devel20210921-B16</p></body></html>

Wyświetl plik

@ -654,7 +654,7 @@ document.getElementById("defaultTab").click();
</body>
</html>
cfg.js 6766
cfg.js 6934
var cfgs = [
[ "", "General configuration" ],
[ "wifi", "Wifi mode (0=off, 1=client, 2=AP, 3=client or AP autoselect on startup)" ],
@ -711,6 +711,10 @@ var cfgs = [
[ "mqtt.username", "MQTT username"],
[ "mqtt.password", "MQTT password"],
[ "mqtt.prefix", "MQTT prefix"],
[ "", "Chasemapper settings"],
[ "cm.active", "Chasemapper active (0=disabled, 1=active)"],
[ "cm.host", "Chasemapper UDP host"],
[ "cm.port", "Chasemapper UDP port"],
[ "", "SondeHub settings"],
[ "sondehub.active", "SondeHub reporting (0=disabled, 1=active)"],
[ "sondehub.chase", "SondeHub location reporting (0=off, 1=fixed, 2=chase/GPS, 3=auto)"],

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -24,10 +24,14 @@
<li><a href="master/master_v0.6a-full.bin">master_v0.6a-full.bin</a> (Apr 29 21:03:35 2019)</li>
</ul><h2>Development repository</h2><ul>
<li><a href="devel/update.ino.bin">update.ino.bin</a> (Sep 21 06:35:02 2021)
<li><a href="devel/update.ino.bin">update.ino.bin</a> (Sep 21 08:43:38 2021)
</li>
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 21 07:47:30 2021)
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 21 08:43:38 2021)
</li>
<li><a href="devel/devel20210921-B16-full.bin">devel20210921-B16-full.bin</a> (Sep 21 08:43:38 2021)
<br>+Chasemapper udp support
</li>
<li><a href="devel/devel20210920-B16-full.bin">devel20210920-B16-full.bin</a> (Sep 21 07:47:30 2021)