fix one more

This commit is contained in:
brentru 2023-10-11 13:42:22 -04:00
parent db939d7405
commit 2e73006040

View file

@ -505,9 +505,6 @@ int AdafruitIO_Data::toPinLevel() {
*/
/**************************************************************************/
unsigned int AdafruitIO_Data::toUnsignedInt() {
if (!_value)
return 0;
char *endptr;
#ifdef ESP8266
// For some reason strtoul is not defined on the ESP8266 platform right now.