Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.6.0 to add support to WT32_ETH01
Browse files Browse the repository at this point in the history
### Releases v1.6.0

1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
2. Add examples with new features
  • Loading branch information
khoih-prog committed Jul 16, 2021
1 parent 48d6019 commit c6dade7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"license": "MIT"
"license": "LGPL-3.0"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ category=Timing, Device, Control, RTC, wifi, ethernet
url=https://github.com/khoih-prog/Timezone_Generic
architectures=*
repository=https://github.com/khoih-prog/Timezone_Generic
license=MIT
license=GPLv3
depends=Time,Wire,DS323x_Generic,WiFiNINA_Generic,Ethernet,EthernetENC,UIPEthernet,STM32duino STM32Ethernet,STM32duino LwIP,STM32duino RTC,FlashStorage_SAMD,FlashStorage_STM32,WebServer_WT32_ETH01
includes=Timezone_Generic.h

0 comments on commit c6dade7

Please sign in to comment.