pubnub / arduino

The Official PubNub Arduino-based API!
Other
103 stars 49 forks source link

Don't wait for disconnect in a tight loop #27

Closed sveljko closed 5 years ago

sveljko commented 5 years ago

Instead, do a short delay() in each iteration. This should allow the rest of the SW to "do its stuff", like, kicking the WDT and such.