Skip to content

Tags: aniceking/arduino-esp32

Tags

1.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
etboard pinmap upload (espressif#4748)

Co-authored-by: ketri-kjy <jinyoung@ketri.re.kr>
Co-authored-by: ketri2484 <ketri2484@gamil.com>

1.0.5-rc7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve cleanup in BLEClient (espressif#4742)

- Remove client from the list of devices in case registration fails
- Filter other events not related to registration during registration phase
- Cleanup if connect fails
- Reset if after disconnect
- Disconnect callback *after* cleanup is done so object can be deleted

This fixes some of the issues I had like:
- `BLEClient::connect` hangs up and never recovered because registration failed
- `BLEClient` could not be deleted after disconnect or deletion creating ghost events espressif#4047
- `BLEClient` could not be properly reused after a connection was attempted (successful or not) 

* Cleanup in case of registration and connect failure.
Cleanup before calling disconnect callback for safe delete.
Reject other events during registration.
Adresses espressif#4047, espressif#4055

* Clear if after unregister espressif#4047

1.0.5-rc6

Update toolchain and move files to github

1.0.5-rc5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IDF release/v3.3 cd59d107b (espressif#4708)

Co-authored-by: me-no-dev <me-no-dev@github.com>

1.0.5-rc4

Update esptool for Big Sur

1.0.5-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update WiFiClient.cpp (espressif#4573)

Replace (depricated) bzero, bcopy with memset and memcpy.

1.0.5-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IDF release/v3.3 68b237fe5 with Disable IRAM optimisation for WiFi

1.0.5-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try to fix issue with GIT 2.29.0

1.0.4

Wait for client.available() to prevent ESP32 crashes (espressif#3154)

* Wait for client.available() to prevent ESP32 crashes

* Removed user-specific SSID & passphrase

1.0.4-rc1

Fix BLEUUID toString (espressif#3289)

uuid16 is Missing first 4 characters.
uuid is Missing last 2 characters.