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

Add hh (byte) format for printf and scanf #6896

Merged
merged 3 commits into from
Dec 10, 2019
Merged

Commits on Dec 10, 2019

  1. Add hh (byte) format for printf and scanf

    Fixes esp8266#4660
    
    Add in support for byte-wide scanf and printf (%hh..) in printf and
    scanf.  Allows reading into a byte array one byte at a time.
    earlephilhower committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    6d846ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b94ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859f9bf View commit details
    Browse the repository at this point in the history