Skip to content

Minor bugfix/improvement release

Compare
Choose a tag to compare
@vveljko vveljko released this 28 Feb 10:28
· 6 commits to master since this 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.