harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

stability issues #48

Closed chrwei closed 8 years ago

chrwei commented 8 years ago

I have a sketch based mostly off the httpclient running on Fio that sends data from 2 sensors via a HTTP GET every 2.5 minutes. it would lock up after a few minutes, and after many changes that seemed needed and only getting it to a few hours I got a Leonardo and enabled full debug. this allowed me to make more changes and actually fix it, it ran all weekend.

in short, issue is fixed, but I've made way more changes than are actually required to fix it. main changes include:

My branch is https://github.com/chrwei/WiFlyHQ/tree/massive. should I do pull request for the whole thing, or would you rather I break this up?

chrwei commented 8 years ago

ran into another problem. I'm going to start fresh, close this, and make issues/pulls for each as I go.