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 e887f5f commit 970f0f4Copy full SHA for 970f0f4
src/AdafruitIO_Feed.cpp
@@ -18,6 +18,7 @@ AdafruitIO_Feed::AdafruitIO_Feed(AdafruitIO *io, const char *n):AdafruitIO_MQTT(
18
name = n;
19
_sub = 0;
20
_pub = 0;
21
+ _dataCallback = 0;
22
23
_init();
24
}
0 commit comments