knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.78k stars 1.46k forks source link

change int to unsigned int to avoid compiler warmings in PubSubClient.cpp #1031

Open wilmsn opened 9 months ago

wilmsn commented 9 months ago

Change variable type (int to unsigned int) to avoid compiler warnings.