MediaTek-Labs / Arduino-Add-On-for-LinkIt-SDK

Arduino board support package for LinkIt 7697
https://docs.labs.mediatek.com/resource/linkit7697-arduino/en
34 stars 33 forks source link

WifiUdp::remotePort issue #101

Open pablosun opened 6 years ago

pablosun commented 6 years ago

Reproduce Steps

  1. Open WiFiUdpSendReceiveString
  2. Run the sketch

Error & Expected Results

In step 2 the remote end does not receive strings correctly. Changing UDP.remotePort() to hard-coded port seems to fix this issue.

Environment