diff --git a/devel/devel20231212-B17-changelog.txt b/devel/devel20231212-B17-changelog.txt index 4dca40c..ffc7e20 100644 --- a/devel/devel20231212-B17-changelog.txt +++ b/devel/devel20231212-B17-changelog.txt @@ -1 +1,2 @@ tentative fix of M20 misclassification as M10 (untested) +devel version (no changes) diff --git a/devel/devel20231212-B17-full.bin b/devel/devel20231212-B17-full.bin index 152b95c..6f2683d 100644 Binary files a/devel/devel20231212-B17-full.bin and b/devel/devel20231212-B17-full.bin differ diff --git a/devel/update.fs.bin b/devel/update.fs.bin index d383cff..c8e37ed 100644 --- a/devel/update.fs.bin +++ b/devel/update.fs.bin @@ -1,3 +1,22 @@ +livemap.html 720 + + + + rdzTTGOSonde Server LiveMap + + + + + + + + + + + +
+ + style.css 7441 body, html { height: 100%; @@ -391,151 +410,6 @@ p{ background: grey !important; } } -livemap.html 720 - - - - rdzTTGOSonde Server LiveMap - - - - - - - - - - - -
- - -map.html 1206 - - - - - - - -rdz.js 1843 -let stypes=new Map(); -stypes.set('4', 'RS41'); -stypes.set('R', 'RS92'); -stypes.set('D', 'DFM'); -stypes.set('M', 'M10/M20'); -stypes.set('3', 'MP3H'); - -function footer() { - document.addEventListener("DOMContentLoaded", function(){ - var form = document.querySelector(".wrapper"); - form.addEventListener("input", function() { - document.querySelector(".save").disabled = false; - }); - document.querySelector(".save").disabled = true; - }); -} - -/* Used by qrg.html in RX_FSK.ino */ -function prep() { - var stlist=document.querySelectorAll("input.stype"); - for(txt of stlist){ - var val=txt.getAttribute('value'); var nam=txt.getAttribute('name'); - if(val=='2') { val='M'; } - var sel=document.createElement('select'); - sel.setAttribute('name',nam); - for(stype of stypes) { - var opt=document.createElement('option'); - opt.value=stype[0]; - opt.innerHTML=stype[1]; - if(stype[0]==val) { opt.setAttribute('selected','selected'); } - sel.appendChild(opt); - } - txt.replaceWith(sel); - } -} - -function qrgTable() { - var tab=document.getElementById("divTable"); - - var table = ""; - for(i=0; i" + (i+1) + ""; - table += ""; - table += ""; - table += ""; - } - table += "
ChActiveFrequencyDecoderLaunchsite
"; - tab.innerHTML = table; - prep(); - footer(); -} - -upd.html 1353 - - - - - - -

Currently installed: %FULLNAMEID%

-

-Available master: (...checking...) - -
-Available devel: (...checking...) - -

-
-
-

Note: If suffix is the same, update should work fully. If the number is different, update contains changes in the file system. A full re-flash is required to get all new features, but the update should not break anything. If the letter is different, a full re-flash is mandatory, update will not work

- - - livemap.js 19784 try { var check = $(document); @@ -1067,6 +941,186 @@ function bearing(latlng1, latlng2) { bearing = bearing < 0 ? bearing-360 : bearing; return Math.round(bearing); } +index.html 4368 + + + + rdzTTGOSonde Server + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ %VERSION_NAME%
+ Copyright © 2019-2022 by Hansi Reiser, DL9RDZ
+ (version %VERSION_ID%)

+ + Check for update (requires TTGO internet connection via WiFi)

+ + with contributions by Vigor and Xavier (M20 support), + Luke Prior and OH3BSG (SondeHub support), + Meinhard Guenther, DL2MF, + Johannes, Robert Stefanowicz, + Josema, and probably some more people I forgot to mention here. + +
+
+ Autodetect info: %AUTODETECT_INFO%
+
+ RS92 RINEX eph state: %EPHSTATE%
+
+ This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version.
+ See https://www.gnu.org/licenses/gpl-2.0.txt + for details. +
+ +
+ +
+ + + + + +rdz.js 1843 +let stypes=new Map(); +stypes.set('4', 'RS41'); +stypes.set('R', 'RS92'); +stypes.set('D', 'DFM'); +stypes.set('M', 'M10/M20'); +stypes.set('3', 'MP3H'); + +function footer() { + document.addEventListener("DOMContentLoaded", function(){ + var form = document.querySelector(".wrapper"); + form.addEventListener("input", function() { + document.querySelector(".save").disabled = false; + }); + document.querySelector(".save").disabled = true; + }); +} + +/* Used by qrg.html in RX_FSK.ino */ +function prep() { + var stlist=document.querySelectorAll("input.stype"); + for(txt of stlist){ + var val=txt.getAttribute('value'); var nam=txt.getAttribute('name'); + if(val=='2') { val='M'; } + var sel=document.createElement('select'); + sel.setAttribute('name',nam); + for(stype of stypes) { + var opt=document.createElement('option'); + opt.value=stype[0]; + opt.innerHTML=stype[1]; + if(stype[0]==val) { opt.setAttribute('selected','selected'); } + sel.appendChild(opt); + } + txt.replaceWith(sel); + } +} + +function qrgTable() { + var tab=document.getElementById("divTable"); + + var table = ""; + for(i=0; i" + (i+1) + ""; + table += ""; + table += ""; + table += ""; + } + table += "
ChActiveFrequencyDecoderLaunchsite
"; + tab.innerHTML = table; + prep(); + footer(); +} + cfg.js 8066 var cfgs = [ [ "", "General configuration", "https://github.com/dl9rdz/rdz_ttgo_sonde/wiki/General-configuration" ], @@ -1243,128 +1297,74 @@ function configTable() { } acc[0].click(); } -index.html 4368 - +map.html 1206 - rdzTTGOSonde Server - - - - + -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
- %VERSION_NAME%
- Copyright © 2019-2022 by Hansi Reiser, DL9RDZ
- (version %VERSION_ID%)

- - Check for update (requires TTGO internet connection via WiFi)

- - with contributions by Vigor and Xavier (M20 support), - Luke Prior and OH3BSG (SondeHub support), - Meinhard Guenther, DL2MF, - Johannes, Robert Stefanowicz, - Josema, and probably some more people I forgot to mention here. - -
-
- Autodetect info: %AUTODETECT_INFO%
-
- RS92 RINEX eph state: %EPHSTATE%
-
- This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of - the License, or (at your option) any later version.
- See https://www.gnu.org/licenses/gpl-2.0.txt - for details. -
- -
- -
- - +upd.html 1353 + + + + + +

Currently installed: %FULLNAMEID%

+

+Available master: (...checking...) + +
+Available devel: (...checking...) + +

+
+
+

Note: If suffix is the same, update should work fully. If the number is different, update contains changes in the file system. A full re-flash is required to get all new features, but the update should not break anything. If the letter is different, a full re-flash is mandatory, update will not work

+ + + diff --git a/devel/update.ino.bin b/devel/update.ino.bin index e25f353..bc86763 100644 Binary files a/devel/update.ino.bin and b/devel/update.ino.bin differ diff --git a/download.html b/download.html index 3028d4b..f0d2004 100644 --- a/download.html +++ b/download.html @@ -46,17 +46,18 @@
  • master_v0.6a-full.bin (Apr 29 21:03:35 2019)
  • Development repository