Skip to content

Commit

Permalink
Somehow wrong URL for firmwares.csv. DOH
Browse files Browse the repository at this point in the history
  • Loading branch information
lansalot committed Jul 31, 2024
1 parent 8cb4143 commit 187e394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeensyFlasher/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bool DownloadFile(string url, string localFile)
}
private void btnRefreshTeensy_Click(object sender, EventArgs e)
{
string url = "https://raw.githubusercontent.com/lansalot/AOGConfigOMatic/main/TeensyFlasher/Firmwares.csv";
string url = "https://raw.githubusercontent.com/lansalot/AOGConfigOMatic/main/Firmwares.csv";
DownloadFile(url, localCSV);
UpdateFirmwareBox();
}
Expand Down

0 comments on commit 187e394

Please sign in to comment.