Commit Graph

4 Commits

Author SHA1 Message Date
Lian Yang fa6fd1a41b
Add eth.set_ip() (#3437)
Sets static IP address, netmask, gateway, dns address of the ethernet.
The code is directly copied from the wifi.sta module.
2021-09-06 20:48:06 +02:00
Arnim Läuger d20778ed09
Support eth boards without power pin, extend docs (#2855)
* fix handling of optional power pin

* add init example for wESP32

* add example for eth.on()
2019-08-12 22:31:19 +02:00
Johny Mattsson eaac369dec
LFS support for ESP32 NodeMCU (#2801)
* Port LFS from ESP8266 to ESP32
2019-07-22 19:13:43 +10:00
Arnim Läuger 7cb61a27d2 Esp32 eth (#2820)
Ethernet module added.
2019-07-20 12:47:43 +10:00