Travis build: 368

gh-pages
dl9rdz (via Travis CI) 2021-09-21 06:35:02 +00:00
rodzic 8fcb185c25
commit e177bdcd58
5 zmienionych plików z 8 dodań i 6 usunięć

Wyświetl plik

@ -2,3 +2,4 @@ don't use u8g2 2.31.1 due to https://github.com/olikraus/u8g2/issues/1594
fix RS41 subtype
really fix RS41 subtype
sync sh import / sh telemetry
keep data on livemap - restore old behaviour

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,4 +1,4 @@
livemap.js 18168
livemap.js 18160
try {
var check = $(document);
} catch (e) {
@ -75,8 +75,8 @@ headtxt = function(data,stat) {
var staticon = (stat == '1')?greendot:yellowdot;
statbar = staticon + statbar;
if ((statbar.length) > 10*greendot.length) { statbar = statbar.substring(0,10*greendot.length); }
//if (data.lat == '0.000000') { return false; }
if (data.res == 0) {
if (data.lat == '0.000000') { return false; }
if (data.id) {
$('#sonde_id').html(data.id);
$('#sonde_alt').html(data.alt);
$('#sonde_climb').html(data.climb);

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -24,17 +24,18 @@
<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 20 16:21:27 2021)
<li><a href="devel/update.ino.bin">update.ino.bin</a> (Sep 21 06:35:02 2021)
</li>
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 20 09:57:04 2021)
<li><a href="devel/update.fs.bin">update.fs.bin</a> (Sep 21 06:35:02 2021)
</li>
<li><a href="devel/devel20210920-B16-full.bin">devel20210920-B16-full.bin</a> (Sep 20 16:21:27 2021)
<li><a href="devel/devel20210920-B16-full.bin">devel20210920-B16-full.bin</a> (Sep 21 06:35:02 2021)
<br>don't use u8g2 2.31.1 due to https://github.com/olikraus/u8g2/issues/1594
fix RS41 subtype
really fix RS41 subtype
sync sh import / sh telemetry
keep data on livemap - restore old behaviour
</li>
<li><a href="devel/devel20210919-B16-full.bin">devel20210919-B16-full.bin</a> (Sep 19 20:24:58 2021)