tag:github.com,2008:https://github.com/jesserockz/arduino-esp32/releases Release notes from arduino-esp32 2021-04-17T12:28:16Z tag:github.com,2008:Repository/362692061/2.0.0-alpha1 2021-04-17T12:28:16Z 2.0.0-alpha1: IDF master cf457d412 (#5073) <p>esp-dsp: master 7cc5073<br> esp-face: master 420fc7e<br> esp-rainmaker: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/jesserockz/arduino-esp32/commit/f1b82c71c4536ab816d17df016d8afe106bd60e3/hovercard" href="https://github.com/jesserockz/arduino-esp32/commit/f1b82c71c4536ab816d17df016d8afe106bd60e3"><tt>f1b82c7</tt></a><br> esp32-camera: master 2dded7c<br> esp_littlefs: master d268e18</p> me-no-dev tag:github.com,2008:Repository/362692061/1.0.6 2021-03-26T11:24:21Z 1.0.6: Quote {build.source.path} to allow spaces in path (#4868) <p>Previously sketches or examples that had spaces anywhere in their absolute<br> path caused a total build failure. By adding quotes around the path in<br> platform.txt, they now build correctly</p> <p>Co-authored-by: Me No Dev <a href="mailto:me-no-dev@users.noreply.github.com">me-no-dev@users.noreply.github.com</a></p> tttapa tag:github.com,2008:Repository/362692061/1.0.5 2021-02-23T07:49:38Z 1.0.5: etboard pinmap upload (#4748) <p>Co-authored-by: ketri-kjy <a href="mailto:jinyoung@ketri.re.kr">jinyoung@ketri.re.kr</a><br> Co-authored-by: ketri2484 <a href="mailto:ketri2484@gamil.com">ketri2484@gamil.com</a></p> ketri2484 tag:github.com,2008:Repository/362692061/1.0.5-rc7 2021-02-16T09:21:45Z 1.0.5-rc7: Improve cleanup in BLEClient (#4742) <ul> <li>Remove client from the list of devices in case registration fails</li> <li>Filter other events not related to registration during registration phase</li> <li>Cleanup if connect fails</li> <li>Reset if after disconnect</li> <li>Disconnect callback <em>after</em> cleanup is done so object can be deleted</li> </ul> <p>This fixes some of the issues I had like:</p> <ul> <li><code>BLEClient::connect</code> hangs up and never recovered because registration failed</li> <li><code>BLEClient</code> could not be deleted after disconnect or deletion creating ghost events <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="628083419" data-permission-text="Title is private" data-url="https://github.com/espressif/arduino-esp32/issues/4047" data-hovercard-type="issue" data-hovercard-url="/espressif/arduino-esp32/issues/4047/hovercard" href="https://github.com/espressif/arduino-esp32/issues/4047">espressif#4047</a></li> <li><code>BLEClient</code> could not be properly reused after a connection was attempted (successful or not)</li> </ul> <ul> <li> <p>Cleanup in case of registration and connect failure.<br> Cleanup before calling disconnect callback for safe delete.<br> Reject other events during registration.<br> Adresses <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="628083419" data-permission-text="Title is private" data-url="https://github.com/espressif/arduino-esp32/issues/4047" data-hovercard-type="issue" data-hovercard-url="/espressif/arduino-esp32/issues/4047/hovercard" href="https://github.com/espressif/arduino-esp32/issues/4047">espressif#4047</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="629862154" data-permission-text="Title is private" data-url="https://github.com/espressif/arduino-esp32/issues/4055" data-hovercard-type="pull_request" data-hovercard-url="/espressif/arduino-esp32/pull/4055/hovercard" href="https://github.com/espressif/arduino-esp32/pull/4055">espressif#4055</a></p> </li> <li> <p>Clear if after unregister <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="628083419" data-permission-text="Title is private" data-url="https://github.com/espressif/arduino-esp32/issues/4047" data-hovercard-type="issue" data-hovercard-url="/espressif/arduino-esp32/issues/4047/hovercard" href="https://github.com/espressif/arduino-esp32/issues/4047">espressif#4047</a></p> </li> </ul> kind3r tag:github.com,2008:Repository/362692061/1.0.5-rc6 2021-01-12T15:53:49Z 1.0.5-rc6 <p>Update toolchain and move files to github</p> me-no-dev tag:github.com,2008:Repository/362692061/1.0.5-rc5 2021-01-12T13:24:34Z 1.0.5-rc5: IDF release/v3.3 cd59d107b (#4708) <p>Co-authored-by: me-no-dev <a href="mailto:me-no-dev@github.com">me-no-dev@github.com</a></p> me-no-dev tag:github.com,2008:Repository/362692061/1.0.5-rc4 2020-12-07T08:19:55Z 1.0.5-rc4 <p>Update esptool for Big Sur</p> me-no-dev tag:github.com,2008:Repository/362692061/1.0.5-rc3 2020-12-01T14:35:12Z 1.0.5-rc3: Update WiFiClient.cpp (#4573) <p>Replace (depricated) bzero, bcopy with memset and memcpy.</p> everslick tag:github.com,2008:Repository/362692061/1.0.5-rc2 2020-11-16T11:06:50Z 1.0.5-rc2 <p>IDF release/v3.3 68b237fe5 with Disable IRAM optimisation for WiFi</p> me-no-dev tag:github.com,2008:Repository/362692061/1.0.5-rc1 2020-11-03T20:22:35Z 1.0.5-rc1 <p>Try to fix issue with GIT 2.29.0</p> me-no-dev