Menu

Starting bootloader with no device attached

Bug report
2014-12-13
2014-12-17
  • Danny ON4CLU

    Danny ON4CLU - 2014-12-13

    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...
    
    }
    
     
  • edorul

    edorul - 2014-12-17

    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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.