Skip to content

Commit

Permalink
Set filename
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 22, 2023
1 parent 8ef65e2 commit 6d5cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermods/AutoUpgrade/usermod_auto_upgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define RELEASE_URL "https://github.com/MoonModules/WLED/releases/latest"

GitHubOTA OsOta("0.0.1", RELEASE_URL, WLED_RELEASE_NAME + ".bin");
GitHubOTA OsOta("0.0.1", RELEASE_URL, releaseString);

class AutoUpgradeUsermod : public Usermod {

Expand Down

0 comments on commit 6d5cdb2

Please sign in to comment.