Skip to content

Commit 2e73006

Browse files
committed
fix one more
1 parent db939d7 commit 2e73006

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/AdafruitIO_Data.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,6 @@ int AdafruitIO_Data::toPinLevel() {
505505
*/
506506
/**************************************************************************/
507507
unsigned int AdafruitIO_Data::toUnsignedInt() {
508-
if (!_value)
509-
return 0;
510-
511508
char *endptr;
512509
#ifdef ESP8266
513510
// For some reason strtoul is not defined on the ESP8266 platform right now.

0 commit comments

Comments
 (0)