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

Commit c5a5288

Browse files
authored
v1.2.1 to use new WiFi101_Generic library
### Releases v1.2.1 1. Add support to `MKRWiFi1010`, etc., using `MQTT`, `MQTT-over-WebSockets` with new [`WiFi101_Generic` library](https://github.com/khoih-prog/WiFi101_Generic) library 2. Add [WiFi101 examples](https://github.com/khoih-prog/MQTTPubSubClient_Generic/tree/main/examples/WiFi101)
1 parent da7f8b5 commit c5a5288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ This [**MQTTPubSubClient_Generic** library](https://github.com/khoih-prog/MQTTPu
260260
15. [`EthernetWebServer_STM32 library v1.5.0+`](https://github.com/khoih-prog/EthernetWebServer_STM32) if necessary to use Ethernet modules/shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/EthernetWebServer_STM32.svg?)](https://www.ardu-badge.com/EthernetWebServer_STM32)
261261
16. [`WebServer_WT32_ETH01 library v1.5.1+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) if necessary to use WT32_ETH01 boards. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_WT32_ETH01.svg?)](https://www.ardu-badge.com/WebServer_WT32_ETH01)
262262
17. Depending on which Ethernet card you're using:
263-
- [`Ethernet_Generic library v2.6.1+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Generic.svg)](https://github.com/khoih-prog/Ethernet_Generic/releases/latest)
263+
- [`Ethernet_Generic library v2.7.1+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Generic.svg)](https://github.com/khoih-prog/Ethernet_Generic/releases/latest)
264264
- [`EthernetENC library v2.0.3+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/jandrassy/EthernetENC.svg)](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
265265
- [`UIPEthernet library v2.0.12+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/UIPEthernet/UIPEthernet.svg)](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
266266
- [`STM32Ethernet library v1.3.0+`](https://github.com/stm32duino/STM32Ethernet) for built-in LAN8742A Ethernet on (Nucleo-144, Discovery). [![GitHub release](https://img.shields.io/github/release/stm32duino/STM32Ethernet.svg)](https://github.com/stm32duino/STM32Ethernet/releases/latest). To be used with [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP). [![GitHub release](https://img.shields.io/github/release/stm32duino/LwIP.svg)](https://github.com/stm32duino/LwIP/releases/latest).
@@ -1088,13 +1088,13 @@ Connect FDTI (USB to Serial) as follows:
10881088
10891089
#### 1. File [EtherMQTToverWebSocket.ino](examples/Ethernet/EtherMQTToverWebSocket/EtherMQTToverWebSocket.ino)
10901090
1091-
https://github.com/khoih-prog/MQTTPubSubClient_Generic/blob/168f2ce72da6950d577d923e75529453c3f1ee4e/examples/Ethernet/EtherMQTToverWebSocket/EtherMQTToverWebSocket.ino#L17-L320
1091+
https://github.com/khoih-prog/MQTTPubSubClient_Generic/blob/da7f8b5c32a139b67e450d815dab9f8675459f81/examples/Ethernet/EtherMQTToverWebSocket/EtherMQTToverWebSocket.ino#L17-L326
10921092
10931093
10941094
#### 2. File [defines.h](examples/Ethernet/EtherMQTToverWebSocket/defines.h)
10951095
10961096
1097-
https://github.com/khoih-prog/MQTTPubSubClient_Generic/blob/168f2ce72da6950d577d923e75529453c3f1ee4e/examples/Ethernet/EtherMQTToverWebSocket/defines.h#L16-L491
1097+
https://github.com/khoih-prog/MQTTPubSubClient_Generic/blob/da7f8b5c32a139b67e450d815dab9f8675459f81/examples/Ethernet/EtherMQTToverWebSocket/defines.h#L16-L491
10981098
10991099
11001100
---

0 commit comments

Comments
 (0)