Skip to content

Commit

Permalink
fix link to snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
ohAnd committed Feb 11, 2024
1 parent 2affb02 commit 7eb17da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtuGateway.ino
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ boolean getUpdateInfo()
{
versionServer = String(doc["version"]);
versiondateServer = String(doc["versiondate"]);
updateURL = String(doc["link"]);
updateURL = String(doc["linksnapshot"]);
updateAvailable = checkVersion(String(VERSION), versionServer);
}

Expand Down

0 comments on commit 7eb17da

Please sign in to comment.