This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Debug text comes out of the serial port when listening for UDP connections #15
Labels
Improvement
To improve the library
Comments
Thanks. I'll remove it in master, which is a leftover from my previous debug. Sorry. To remove and avoid unnecessary debugging messages, just change to
|
Actually, there are more leftovers you have to fix to be changed to
to be changed to
|
The master has been updated with those leftovers removed. Thanks for your contribution. |
khoih-prog
added a commit
that referenced
this issue
Nov 26, 2021
### Releases v1.8.14-1 1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY 2. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__` 3. Add `headers` in `library.json` for PIO 4. Update `platform.io` 5. Remove debug leftovers. Check [Debug text comes out of the serial port when listening for UDP connections #15](#15)
khoih-prog
added a commit
that referenced
this issue
Nov 26, 2021
### Releases v1.8.14-1 1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY 2. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__` 3. Add `headers` in `library.json` for PIO 4. Update `platform.io` 5. Remove debug leftovers. Check [Debug text comes out of the serial port when listening for UDP connections #15](#15)
khoih-prog
added a commit
that referenced
this issue
Nov 26, 2021
### Releases v1.8.14-1 1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY 2. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__` 3. Add `headers` in `library.json` for PIO 4. Update `platform.io` 5. Remove debug leftovers. Check [Debug text comes out of the serial port when listening for UDP connections #15](#15)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WiFiNINA_Generic/src/utility/server_drv.cpp
Line 56 in 2bb9903
There is what looks like a rogue
#define
in the source that enables serial debugging. I just added a call toUDP.parsePacket()
and it spews debugging diagnostics constantly. Not ideal.Would you like me to submit a PR? (assuming I can figure out how to build the code).
The text was updated successfully, but these errors were encountered: