Skip to content

Commit 6f0e370

Browse files
committed
Update simple_notification.ino
Add Bridge.begin() in setup()
1 parent 8ee0456 commit 6f0e370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_notification/simple_notification.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pushetta p = Pushetta("-- YOUR API KEY HERE --");
2727
int interval = 3000;
2828

2929
void setup() {
30-
30+
Bridge.begin();
3131
}
3232

3333
void loop() {

0 commit comments

Comments
 (0)