This repository was archived by the owner on Sep 13, 2020. It is now read-only.

Description
Good news: I've got some nice code, based on the ParseTest sample sketch running.
Bad news: It only works just after a Linux reboot. However, if I reboot the Arduino side (either manually or by uploading a new sketch) it fails in Bridge.begin().
If I take out the Parse.startPushService() (which I, of course don't want to do if I want to get push notifications!) I have to reboot the Linux side every time.
Is there a graceful way to reset this somehow? Can I turn the push service on/off somehow?