You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?