Skip to content

Commit 0dfcfb0

Browse files
aentingermattiabertorello
authored andcommitted
Changing function call from 'poll' to 'update' since poll will be replaced by update
1 parent 9a8917c commit 0dfcfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MKR1000_Cloud_Blink/MKR1000_Cloud_Blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void setup() {
8787
}
8888

8989
void loop() {
90-
ArduinoCloud.poll();
90+
ArduinoCloud.update();
9191

9292
// check if there is something waiting to be read
9393
if (CloudSerial.available()) {

0 commit comments

Comments
 (0)