Closed mytechnotalent closed 4 years ago
I don't understand what is causing Travis to fail any ideas?
several issues reported here's https://travis-ci.com/adafruit/Adafruit_CircuitPython_ESP32SPI/builds/124470639#L288
I will remove it.
Only remove it if you agree with my comments. I may have totally misunderstood your intent.
Congratulations on satisfying PyLint!!
Thanks @jerryneedell and thank you for the help and suggestions to get the code more functional.
Great work @mytechnotalent , thanks for your contribution!
Thanks to @jerryneedell and @mscosti for the reviews
print calls in libraries are almost always bad because they force output on the library user. In the case of formatting an ip, it's usually a matter of making a class for the type of data (IP) and then implementing __str__
to format it for humans.
@mytechnotalent @brentru @jerryneedell Thank you for all your work on this PR. It has gotten behind the repo and requires resolving a merge conflict now. I'd like to see this included, but the PR needs to be updated and the final change requests addressed. If you need assistance with this, please let us know. Brent or Jerry: if the original author is unavailable, either of you is welcome to resolve the conflicts and push to this PR.
This PR is deprecated in favor of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/107.
…a printable echo of a remote IP connection in addition to optional code to control specific IP access to the server as the server can only take one connection at a time.