digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
949 stars 379 forks source link

Fix sending buffered data #42

Open etherealvisage opened 7 years ago

etherealvisage commented 7 years ago

This fixes support for queuing data (and not sending it off directly) if e.g. the USB connection is disconnected and then reconnected. Using a < 9 check here produces a buffer overflow.

ArminJo commented 4 years ago

This pull request is included in the new version 1.6.8 of Digistump avr core.