Skip to content

Commit

Permalink
feat(core): Updated at core version to f3c18501
Browse files Browse the repository at this point in the history
- fix(ESPAT-1887): Fixed an AT+SYSFLASH crash issue if read a large amount of data
- fix(ESPAT-1903): Fixed a ble server do service discovery fail issue
- fix(ESPAT-1924): Fixed that no "+BLUFIDISCONN" output after AT+BLUFI=0 command sent
- chore: Fixed a wrong print when socket is readable but reads zero bytes
  • Loading branch information
ustccw committed Feb 5, 2024
1 parent 0222cf9 commit 098a14f
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: 27cc2e2
ESP32C3: 27cc2e2
ESP32C2: 27cc2e2
ESP32C6: 27cc2e2
ESP32: f3c1850
ESP32C3: f3c1850
ESP32C2: f3c1850
ESP32C6: f3c1850
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 098a14f

Please sign in to comment.