mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

Remove improper comparisons #74

Open lbussy opened 3 years ago

lbussy commented 3 years ago

millis() are an unsigned long. When comparing with a long, a compiler warning is generated. This PR addresses those warnings.