ParseTest - can't run multiple times w/o Linino/OpenWRT reboot
DreamTimerZ opened this issue · 0 comments
DreamTimerZ commented
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?