Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork49
Comparing changes
Open a pull request
base repository:arduino/arduino-examples
Uh oh!
There was an error while loading.Please reload this page.
base:d8debf2
head repository:arduino/arduino-examples
Uh oh!
There was an error while loading.Please reload this page.
compare:ed2de12
- 4commits
- 1file changed
- 2contributors
Commits on Sep 26, 2020
Sync issue when host sends multiple signon requests
If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.
Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Co-Authored-By: f34rdotcom <coder@f34r.com>
Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Co-Authored-By: f34rdotcom <coder@f34r.com>
Make ArduinoISP code formatting compliant with examples_formatter.conf
per1234 committedSep 26, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff d8debf2...ed2de12
Uh oh!
There was an error while loading.Please reload this page.