arduino-libraries / ArduinoIoTCloud

Home Page:https://app.arduino.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated function calls in the README

matsuli opened this issue · comments

Hey, confused beginner here...

In the README section regarding the watchdog timer shouldn't the function calls be

ArduinoCloud.update()
ArduinoCloud.begin(...) 

instead of

ArduinoIoTCloud.update()
ArduinoIoTCloud.begin(...)

Good catch, thank you! It should be fixed with #270, can you take a look?

Looks correct!