parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

ParseTest - can't run multiple times w/o Linino/OpenWRT reboot #56

Open DreamTimerZ opened 8 years ago

DreamTimerZ commented 8 years ago

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?