Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit a32ef75

Browse files
authored
v1.0.15
### Releases v1.0.15 1. Update to use LittleFS for ESP8266 core 2.7.1+ to store Credentials and Dynamic Parameters' data in addition to deprecated SPIFFS and EEPROM. 2. Add support to several more W5x00 Ethernet libraries. Now Ethernet, Ethernet2, Ethernet3, EthernetLarge libraries are supported. W5100 is now re-supported. 3. Fix bug.
1 parent c09f4ec commit a32ef75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The best way is to use `Arduino Library Manager`. Search for `BlynkEthernet_WM`,
112112
- [w5100.cpp](LibraryPatches/Ethernet/src/utility/w5100.cpp)
113113

114114
3. To fix [`EthernetLarge library`](https://github.com/OPEnSLab-OSU/EthernetLarge), just copy these following files into the [`EthernetLarge library`](https://github.com/OPEnSLab-OSU/EthernetLarge) directory to overwrite the old files:
115-
- [Ethernet.h](LibraryPatches/EthernetLarge/src/Ethernet.h)
116-
- [Ethernet.cpp](LibraryPatches/EthernetLarge/src/Ethernet.cpp)
115+
- [EthernetLarge.h](LibraryPatches/EthernetLarge/src/EthernetLarge.h)
116+
- [EthernetLarge.cpp](LibraryPatches/EthernetLarge/src/EthernetLarge.cpp)
117117
- [EthernetServer.cpp](LibraryPatches/EthernetLarge/src/EthernetServer.cpp)
118118
- [w5100.h](LibraryPatches/EthernetLarge/src/utility/w5100.h)
119119
- [w5100.cpp](LibraryPatches/EthernetLarge/src/utility/w5100.cpp)

0 commit comments

Comments
 (0)