Skip to content

Commit

Permalink
final v3.15.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrossley committed Jan 30, 2022
1 parent 77bc4f2 commit f433813
Show file tree
Hide file tree
Showing 7 changed files with 1,202 additions and 1,475 deletions.
4 changes: 2 additions & 2 deletions CumulusMX/Cumulus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4208,10 +4208,10 @@ private void ReadIniFile()
EcowittExtraUseCo2= ini.GetValue("GW1000", "ExtraSensorUseCo2", true);
EcowittExtraUseLightning = ini.GetValue("GW1000", "ExtraSensorUseLightning", true);
EcowittExtraUseLeak= ini.GetValue("GW1000", "ExtraSensorUseLeak", true);

// api
EcowittApplicationKey = ini.GetValue("GW1000", "EcowittAppKey", "");
EcowittUserApiKey = ini.GetValue("GW1000", "EcowittUserKey", "");
EcowittMacAddress = ini.GetValue("Gw1000", "EcowittMacAddress", "");
EcowittMacAddress = ini.GetValue("GW1000", "EcowittMacAddress", "");
if (string.IsNullOrEmpty(EcowittMacAddress) && !string.IsNullOrEmpty(Gw1000MacAddress))
{
EcowittMacAddress = Gw1000MacAddress;
Expand Down
Loading

0 comments on commit f433813

Please sign in to comment.