Skip to content

Commit a9d077d

Browse files
committed
Merge branch 'master' of github.com:adafruit/Adafruit_IO_Arduino into groups
2 parents 13a5817 + 68b9c8d commit a9d077d

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)