Skip to content

Commit

Permalink
fix one more
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Oct 11, 2023
1 parent db939d7 commit 2e73006
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AdafruitIO_Data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e73006

Please sign in to comment.