We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db939d7 commit 2e73006Copy full SHA for 2e73006
src/AdafruitIO_Data.cpp
@@ -505,9 +505,6 @@ int AdafruitIO_Data::toPinLevel() {
505
*/
506
/**************************************************************************/
507
unsigned int AdafruitIO_Data::toUnsignedInt() {
508
- if (!_value)
509
- return 0;
510
-
511
char *endptr;
512
#ifdef ESP8266
513
// For some reason strtoul is not defined on the ESP8266 platform right now.
0 commit comments