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

read MAC address from PROGMEM #406

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

Commits on Nov 22, 2020

  1. EtherCard::begin(): support reading MAC address from PROGMEM

    Using an optional fromRam argument instead of overloading (see njh#399).
    Defaults to fromRam=true so as not to break existing code.
    
    closes njh#399
    closes njh#398
    nuno-silva committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    c2ba420 View commit details
    Browse the repository at this point in the history
  2. update examples to keep MAC in PROGMEM instead of RAM

    fixes njh#397 (ntpClient example)
    nuno-silva committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    3b67762 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    425d70d View commit details
    Browse the repository at this point in the history