Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Revision 197:465f5f2154b7, committed 2021-04-24
- Comitter:
- andrewboyson
- Date:
- Sat Apr 24 10:52:00 2021 +0000
- Parent:
- 196:0876a7609a60
- Child:
- 198:71e298f63bf0
- Commit message:
- Ignored ports 38899 and 38900 if not handled by the user module
Changed in this revision
| udp/udp.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/udp/udp.c Fri Apr 23 10:33:21 2021 +0000
+++ b/udp/udp.c Sat Apr 24 10:52:00 2021 +0000
@@ -102,6 +102,8 @@
case 9998: //VLC
case 9999: //VLC
case 17500: //Dropbox LAN sync
+ case 38899: //WIZ
+ case 38900: //WIZ
case 57621: //Spotify P2P
return DO_NOTHING;