1. 16 Feb, 2015 1 commit
    • Basil Huber's avatar
      Repaired feature to save images from video downlink (fixes #1239) · 8e45fe85
      Basil Huber authored
      problem:
      in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer.
      
      changes:
      src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
      8e45fe85
  2. 13 Feb, 2015 1 commit
  3. 12 Feb, 2015 4 commits
  4. 11 Feb, 2015 1 commit
  5. 10 Feb, 2015 4 commits
  6. 09 Feb, 2015 1 commit
    • Bryant's avatar
      Fix setting the baud rate. · 5730af5c
      Bryant authored
      There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
      around the 'is_cdc' variable, as I can't really follow what it's for.
      5730af5c
  7. 07 Feb, 2015 6 commits
  8. 04 Feb, 2015 7 commits
  9. 03 Feb, 2015 12 commits
  10. 02 Feb, 2015 3 commits