blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

linux/BlynkSocket: avoid warnings now that port is uint16 #433

Closed karlp closed 5 years ago

karlp commented 5 years ago

Now that the port variable is a uint16 instead of a string, we don't want to have the default initializer anymore, it causes warnings about incorrect types.

Signed-off-by: Karl Palsson karlp@etactica.com

Issues resolved: none filed.

vshymanskyy commented 5 years ago

Thanks for your PR, we'll consider fixing this with the next version.