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

Simplify handling of multiple WizMotes #16

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

Commits on Oct 26, 2023

  1. Remove redundant decoding of sequence integer, platform is already LE

    LSB(yte) first also known as Little Endian (LE)
    Ensure WiZMote packet data struct is packed
    Remove unnecessary parens
    kueblc committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f44b4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba8525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9668549 View commit details
    Browse the repository at this point in the history
  4. Simplify ESPNow event loop

    kueblc committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9703ed5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c8c044 View commit details
    Browse the repository at this point in the history