Skip to content
Snippets Groups Projects
  1. Nov 25, 2014
  2. Sep 19, 2014
  3. Sep 15, 2014
  4. Sep 04, 2014
  5. Aug 30, 2014
  6. Aug 29, 2014
  7. Aug 28, 2014
  8. Aug 11, 2014
    • Florian Baumann's avatar
      Fix reseting CHDK pin to LOW · 5908fd5c
      Florian Baumann authored
      chdkActive was set to false regardless of (millis() - chdkHigh) being bigger than the CHDK_DELAY or not. So if (millis() - chdkHigh) wasn't bigger than the delay the first time, the CHDK would never be set back to LOW.
      
      Also, don't return from the function, as there might be other stuff to do, after the CHDK check.
      5908fd5c
  9. Aug 10, 2014
  10. Aug 09, 2014
  11. Aug 04, 2014
  12. Aug 01, 2014
  13. Jul 24, 2014
    • daid's avatar
      Merge pull request #1017 from foosel/fix/checksum_truncation_bug · c13a831e
      daid authored
      Fix for a wrong checksum truncation for certain commands
      c13a831e
    • Gina Häußge's avatar
      Fix for a wrong checksum truncation for certain commands · 2d22902d
      Gina Häußge authored
      Positioning of string terminator to truncate checksum from the commands
      M23, M28, M30, M32, M928 and M117 was off by one, causing the last
      letter of the actual command to be truncated instead of just the
      checksum.
      
      In case of the SD commands this caused checksummed commands targeting
      existing files to fail since the last letter of the filename was
      truncated.
      
      In case of M117 this caused the last given letter not to be displayed.
      
      This patch fixes the off-by-one error and sets the null terminator
      on the exact position of the * starting the checksum instead of the
      character before that.
      2d22902d
  14. Jul 20, 2014
  15. Jul 18, 2014
  16. Jul 13, 2014
  17. Jul 09, 2014
Loading