I found a small issue when starting the bootloader with no device attached.
My correction:
private void Form1_Load(object sender, EventArgs e) {
...code... //DM if (listDetectedCOM.Items.Count > 0) { listDetectedCOM.SelectedIndex = 0; } ...code... }
Hello, Thanks a lot for your bug fix!!! I'll add your solution to TinyBootloader in the next release. Best regards, Edorul
Log in to post a comment.
I found a small issue when starting the bootloader with no device attached.
My correction:
private void Form1_Load(object sender, EventArgs e)
{
Hello,
Thanks a lot for your bug fix!!! I'll add your solution to TinyBootloader in the next release.
Best regards,
Edorul