Skip to content

Commit

Permalink
v2.7.3
Browse files Browse the repository at this point in the history
* gauges.js
    - New URL for Cumulus downloads
  • Loading branch information
mcrossley committed Nov 1, 2018
1 parent ecc2448 commit 4bd721d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SteelSeries JavaScript gauges
=============================
Created by Mark Crossley July 2011

Version 2.7.1
Updated: 27 July 2018
Version 2.7.3
Updated: 01 November 2018

+-------------------------------------------------------+
| |
Expand Down Expand Up @@ -412,6 +412,10 @@ If the display is in feet, then values below 2000 ft are rounded to 50 ft, above

Release History
=======================
2.7.3
* gauges.js
- New URL for Cumulus downloads

2.7.2
* gauges.js
- Fix conversion of Indoor Temp Todays Low between C & F
Expand Down
4 changes: 2 additions & 2 deletions web_server/scripts/gauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gauges = (function () {
var strings = LANG.EN, // Set to your default language. Store all the strings in one object
config = {
// Script configuration parameters you may want to 'tweak'
scriptVer : '2.7.2',
scriptVer : '2.7.3',
weatherProgram : 0, // Set 0=Cumulus, 1=Weather Display, 2=VWS, 3=WeatherCat, 4=Meteobridge, 5=WView, 6=WeeWX, 7=WLCOM
imgPathURL : './images/', // *** Change this to the relative path for your 'Trend' graph images
oldGauges : 'gauges.htm', // *** Change this to the relative path for your 'old' gauges page.
Expand Down Expand Up @@ -173,7 +173,7 @@ gauges = (function () {
sampleDate,
realtimeVer, // minimum version of the realtime JSON file required
programLink = [
'<a href="//sandaysoft.com/products/cumulus" target="_blank" rel="noopener">Cumulus</a>',
'<a href="https://cumuluswiki.wxforum.net/a/Software" target="_blank" rel="noopener">Cumulus</a>',
'<a href="//www.weather-display.com/" target="_blank" rel="noopener">Weather Display</a>',
'<a href="//www.ambientweather.com/virtualstation.html" target="_blank" rel="noopener">Virtual Weather Station</a>',
'<a href="//trixology.com/weathercat/" target="_blank" rel="noopener">WeatherCat</a>',
Expand Down

0 comments on commit 4bd721d

Please sign in to comment.