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

Commit c6dade7

Browse files
authored
v1.6.0 to add support to WT32_ETH01
### Releases v1.6.0 1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards 2. Add examples with new features
1 parent 48d6019 commit c6dade7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@
152152
"frameworks": "*",
153153
"platforms": "*",
154154
"examples": "examples/*/*/*.ino",
155-
"license": "MIT"
155+
"license": "LGPL-3.0"
156156
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ category=Timing, Device, Control, RTC, wifi, ethernet
88
url=https://github.com/khoih-prog/Timezone_Generic
99
architectures=*
1010
repository=https://github.com/khoih-prog/Timezone_Generic
11-
license=MIT
11+
license=GPLv3
1212
depends=Time,Wire,DS323x_Generic,WiFiNINA_Generic,Ethernet,EthernetENC,UIPEthernet,STM32duino STM32Ethernet,STM32duino LwIP,STM32duino RTC,FlashStorage_SAMD,FlashStorage_STM32,WebServer_WT32_ETH01
1313
includes=Timezone_Generic.h

0 commit comments

Comments
 (0)