Skip to content

v0.4.0

Compare
Choose a tag to compare
@andrewjaykeller andrewjaykeller released this 02 Dec 16:38
· 35 commits to master since this release
8e631be

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.