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.
2 parents 13a5817 + 68b9c8d commit a9d077dCopy full SHA for a9d077d
src/blocks/AdafruitIO_Block.cpp
@@ -62,8 +62,7 @@ bool AdafruitIO_Block::save()
62
url += _dashboard->name;
63
url += "/blocks";
64
65
- String block_feeds = "[{\"group_id\":\"default\",";
66
- block_feeds += "\"feed_id\":\"";
+ String block_feeds = "[{\"feed_id\":\"";
67
block_feeds += _feed->name;
68
block_feeds += "\"}]";
69
0 commit comments