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

Commit deaf72b

Browse files
authored
v1.4.2 to fix bugs
### Releases v1.4.2 1. Fix bug in UDP length check and in WiFi example. Check [UDP Length check discards correct responses when resolving names - On Nano RP2040 Connect #13](#13) 2. Fix bug in example [WiFiDiscoveringServices](https://github.com/khoih-prog/MDNS_Generic/tree/master/examples/WiFi/WiFiDiscoveringServices) 3. Update `Packages' Patches`
1 parent 24d88d4 commit deaf72b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,16 +482,16 @@ This file must be copied into the directory:
482482

483483
#### 10. For RTL8720DN boards using AmebaD core
484484

485-
To avoid compile error relating to PROGMEM, you have to copy the file [Realtek AmebaD core pgmspace.h](Packages_Patches/realtek/hardware/AmebaD/3.1.4/cores/arduino/avr/pgmspace.h) into Realtek AmebaD directory (~/.arduino15/packages/realtek/hardware/AmebaD/3.1.4/cores/arduino/avr/pgmspace.h).
485+
To avoid compile error relating to PROGMEM, you have to copy the file [Realtek AmebaD core pgmspace.h](Packages_Patches/realtek/hardware/AmebaD/3.1.4/cores/ambd/avr/pgmspace.h) into Realtek AmebaD directory (~/.arduino15/packages/realtek/hardware/AmebaD/3.1.4/cores/ambd/avr/pgmspace.h).
486486

487487
Supposing the Realtek AmebaD core version is 3.1.4. This file must be copied into the directory:
488488

489-
- `~/.arduino15/packages/realtek/hardware/AmebaD/3.1.4/cores/arduino/avr/pgmspace.h`
489+
- `~/.arduino15/packages/realtek/hardware/AmebaD/3.1.4/cores/ambd/avr/pgmspace.h`
490490

491491
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz
492492
This file must be copied into the directory:
493493

494-
- `~/.arduino15/packages/realtek/hardware/AmebaD/x.yy.zz/cores/arduino/avr/pgmspace.h`
494+
- `~/.arduino15/packages/realtek/hardware/AmebaD/x.yy.zz/cores/ambd/avr/pgmspace.h`
495495

496496

497497
#### 11. For SAMD21 and SAMD51 boards using ArduinoCore-fab-sam core
@@ -739,12 +739,15 @@ mdns.startDiscoveringService(serviceName, MDNSServiceTCP, 5000);
739739

740740
#### 1. File [ResolvingHostNames.ino](examples/Ethernet/ResolvingHostNames/ResolvingHostNames.ino)
741741

742-
https://github.com/khoih-prog/MDNS_Generic/blob/754935e58e4a11de9fff4910e469e43511ad53eb/examples/Ethernet/ResolvingHostNames/ResolvingHostNames.ino#L24-L373
742+
743+
https://github.com/khoih-prog/MDNS_Generic/blob/24d88d4c6ea43e8d624b1d4183ca82d2a8beb4b3/examples/Ethernet/ResolvingHostNames/ResolvingHostNames.ino#L24-L373
743744

744745

745746
#### 2. File [defines.h](examples/Ethernet/ResolvingHostNames/defines.h)
746747

747-
https://github.com/khoih-prog/MDNS_Generic/blob/754935e58e4a11de9fff4910e469e43511ad53eb/examples/Ethernet/ResolvingHostNames/defines.h#L23-L449
748+
749+
https://github.com/khoih-prog/MDNS_Generic/blob/24d88d4c6ea43e8d624b1d4183ca82d2a8beb4b3/examples/Ethernet/ResolvingHostNames/defines.h#L23-L449
750+
748751

749752
---
750753
---

0 commit comments

Comments
 (0)