Minor bugfix/improvement release
Don't wait for disconnection in a tight loop, but do a short delay()
in each iteration.
If delay()
is implemented well, this should allow other "parts" to do their "maintenance". For example, this should provide for "kicking the WDT", or, in some RTOS(-like) environments, for other tasks to run.