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

Several typos in README.md #404

Open
pediRAM opened this issue Nov 6, 2020 · 0 comments
Open

Several typos in README.md #404

pediRAM opened this issue Nov 6, 2020 · 0 comments

Comments

@pediRAM
Copy link

pediRAM commented Nov 6, 2020

To whom it may concern...

  • In section "Initialising the library"
    the code line "uint8_type vers = ether.begin(sizeof Ethernet::buffer, mymac);" -> correction from uint8_type to uint8_t
  • In section "Static IP Address"
    the code line "if(!ether.staticSetup(ip, gw, dns);" -> remove semicolon and add ')' to the end -> "if(!ether.staticSetup(ip, gw, dns))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant