The Wayback Machine - https://web.archive.org/web/20200721072602/https://github.com/mysensors/MySensors
Skip to content
Branch: development
Go to file
Code

Latest commit

mfalkvidd committed d04e751 Jun 24, 2020
* Remove unnecessary MY_IP_RENEWAL_INTERVAL*

Ethernet.maintain already checks when we need to renew, based on
the lease time given by the DHCP server.

https://www.arduino.cc/en/Reference/EthernetMaintain recommends
"just call it on every loop() invocation" so there is no
need for us to keep a separate timer.

* Remove call to _w5100_spi_en

This function doesn't enable SPI, so it should not
disable it either. Let calling functions handle SPI
enable/disable.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

MySensors Library v2.4.0-alpha

Please visit www.mysensors.org for more information

Current version in Arduino IDE arduino-library-badge

Documentation

master development

CI statuses

Current build status of master branch: Build Status

Current build status of development branch: Build Status

Current build status of master branch (nightly build of Arduino IDE): Build Status

Current build status of development branch (nightly build of Arduino IDE): Build Status

You can’t perform that action at this time.