You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.4.0
New Features
Add UDP support! New option on connect and Constructor called protocol that can be either 'udp' or 'tcp' (Default is tcp)
Add burst mode UDP support! New option on connect and Constructor called burst that can be either true or false (default false). When true and protocol option is UDP, will tell WiFi Shield to send every packet three times. The module will automatically only process new data.
Went through all the docs again and cleaned up!
New Example
WiFi direct example!
Bug Fixes
Now starting both UDP and TCP systems incase so user can select at connect function.