diff --git a/CumulusMX/DavisWllStation.cs b/CumulusMX/DavisWllStation.cs index 787b97f5..2b5a8396 100644 --- a/CumulusMX/DavisWllStation.cs +++ b/CumulusMX/DavisWllStation.cs @@ -1636,7 +1636,7 @@ private void GetWlHistoricData(BackgroundWorker worker) cumulus.LastUpdateTime = Utils.FromUnixTime(endTime); return; } - else if (responseBody.StartsWith("{\"sensors\":[{\"lsid\"")) // sanity check + else if (responseBody.StartsWith("{\"")) // basic sanity check { // get the sensor data int idxOfSensorWithMostRecs = 0; @@ -2975,7 +2975,7 @@ private void GetWlHistoricHealth() return; } - if (!responseBody.StartsWith("{\"sensors\":[{\"lsid\"")) // sanity check + if (!responseBody.StartsWith("{\"")) // basic sanity check { // No idea what we got, dump it to the log cumulus.LogMessage("WLL Health: Invalid historic message received"); diff --git a/CumulusMX/Properties/AssemblyInfo.cs b/CumulusMX/Properties/AssemblyInfo.cs index 144331ec..fb3ad085 100644 --- a/CumulusMX/Properties/AssemblyInfo.cs +++ b/CumulusMX/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Cumulus MX")] -[assembly: AssemblyDescription("Version 3.25.1 - Build 3244")] +[assembly: AssemblyDescription("Version 3.25.2 - Build 3245")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Cumulus MX")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.25.1.3244")] -[assembly: AssemblyFileVersion("3.25.1.3244")] +[assembly: AssemblyVersion("3.25.2.3245")] +[assembly: AssemblyFileVersion("3.25.2.3245")] diff --git a/Updates.txt b/Updates.txt index b228ad93..c16f2752 100644 --- a/Updates.txt +++ b/Updates.txt @@ -1,3 +1,10 @@ +3.25.2 - b3245 +—————————————— +Fixed +- Davis WLL not doing historic catch-up or downloading stats from weatherlink.com + + + 3.25.1 - b3244 —————————————— New