Skip to content

Commit

Permalink
feat(core): Updated at core version to ce790543
Browse files Browse the repository at this point in the history
- feat(ESPAT-1981): Supported ble scanning by mac addr and name filtering
- fix(ESPAT-1956): Fixed that AT+BLEGATTCWR returns ERROR sometimes
- fix(ESPAT-1973): Fixed missing ble disconnection information
- fix(ESPAT-1972): Fixed that ble client returns ERROR sometimes
- fix(ESPAT-1938): Fixed that AT+BLEGATTCRD returns ERROR or assert under pressure test
- fix(ESPAT-1936): Fixed that AT+BLEDISCONN may reboot in passthrough mode sometimes
  • Loading branch information
ustccw committed Mar 29, 2024
1 parent 77e1c56 commit 8d97255
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ESP32: 6eebeb4
ESP32C3: 6eebeb4
ESP32C2: 6eebeb4
ESP32C6: 6eebeb4
ESP32: ce79054
ESP32C3: ce79054
ESP32C2: ce79054
ESP32C6: ce79054
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core_silence.a
Binary file not shown.

0 comments on commit 8d97255

Please sign in to comment.