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

Fix for bit ordering of li, vn, and mode #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 20, 2017

  1. Fix for bit ordering of li, vn, and mode

    The original bit order was wrong for the first byte of the NTP packet.  For example, settings ntp[0] = 0x1C, results in li = 0, vn = 7, mode = 0.  The correct answers are li = 0, vn = 3, mode = 4.
    ProudGecko committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    49c8889 View commit details
    Browse the repository at this point in the history