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 3e49ff2 commit 0c939a5Copy full SHA for 0c939a5
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