pubsubclient
pubsubclient copied to clipboard
change int to unsigned int to avoid compiler warmings in PubSubClient.cpp
Change variable type (int to unsigned int) to avoid compiler warnings.
This is solved in https://github.com/hmueller01/pubsubclient3