Closed d-a-v closed 5 years ago
Thanks @per1234, I forced push to revert my fix and apply your github suggestion, first time discovering the feature
Thanks
Please Merge this quickly! This is needed!
@Rotzbua @cmaglie @per1234 (in reverse-order of latest commits dates)
@PaulStoffregen mentions that he has no more right to commit on this repository. There hasn't been any single commit for more than one year (with apparently some nice PRs about supporting new hardware) (and this one we wait for to be able to submodule your driver in esp8266 arduino repository).
~While it is not my business to know why Paul has no more write access to this repository, I kindly ask you to inform us ... language, diplomacy, translation ...~ I'd like to know whether someone is designated to be in charge of it ?
@PaulStoffregen mentions that he has no more right to commit on this repository.
I'm sure @PaulStoffregen had write access (I granted it some months ago). Maybe some policy enforcement? @gvarisco can you explain why he has been removed?
There hasn't been any single commit for more than one year (with apparently some nice PRs about supporting new hardware) (and this one we wait for to be able to submodule your driver in esp8266 arduino repository).
Yes, this library is a real burden for a number of reasons:
I can feel the pain @PaulStoffregen suffered by maintaining this library on the last months.
Thanks for merging, I hope the arduino foundation can buy new hardware and send them to @PaulStoffregen. With the help (time) of some students they could test the driver and approve the new changes.
Hardware is not the problem. I already purchased the new hardware, Wiz610io and Wiz810sio, 3 pieces of each.
Time is the resource in short supply! For the last year I've been working non-stop on Teensy 4.0, and still many libs and core lib features are not yet ported. I have much urgent work to do, so I just can not work on Ethernet right now.
Likewise, I purchased two Yubikey devices for 2FA. But they are still in their original packaging. Eventually I will configure them, but that is also a low priority for me.
This pull request:
About IPAddress, the proposed change is portable with current arduino API. raw_address() would also be a another portable candidate relying on standard IPAddress.
Side note: this Ethernet library is planned to be integrated as a git submodule into esp8266 arduino core repository and replace the old one that was copied and locally patched.