Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync issue when host sends multiple signon requests #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2020

  1. 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.
    f34rdotcom authored and per1234 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    d58cbe7 View commit details
    Browse the repository at this point in the history
  2. Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

    Co-Authored-By: f34rdotcom <coder@f34r.com>
    per1234 and f34rdotcom committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    aed98a8 View commit details
    Browse the repository at this point in the history
  3. Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

    Co-Authored-By: f34rdotcom <coder@f34r.com>
    per1234 and f34rdotcom committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    8a5d051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed2de12 View commit details
    Browse the repository at this point in the history