Skip to content

Commit 0c939a5

Browse files
committed
don't send group id when creating a block
1 parent 3e49ff2 commit 0c939a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/blocks/AdafruitIO_Block.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ bool AdafruitIO_Block::save()
6262
url += _dashboard->name;
6363
url += "/blocks";
6464

65-
String block_feeds = "[{\"group_id\":\"default\",";
66-
block_feeds += "\"feed_id\":\"";
65+
String block_feeds = "[{\"feed_id\":\"";
6766
block_feeds += _feed->name;
6867
block_feeds += "\"}]";
6968

0 commit comments

Comments
 (0)