Skip to content

Commit

Permalink
feat(core): Updated at core version to 7d28df15
Browse files Browse the repository at this point in the history
- feat(nimble): Supported self-defined services
- fix(bt): Fixed a bt spp issue that "+BTDATA:" message missed the terminate characters sometimes
- fix(ethernet): Fixed the issue that cannot set ethernet mac address
- fix(ESPAT-1792): Fixed the deep sleep crash issue if set a very small deep sleep time
- fix(ESPAT-1800): Fixed an ssl issue where "CLOSED" was output before reading all data in passive mode
- Closes https://www.esp32.com/viewtopic.php?f=42&t=36654
- Closes https://www.esp32.com/viewtopic.php?p=122948#p122948
  • Loading branch information
ustccw committed Nov 10, 2023
1 parent 45fa5d3 commit e832067
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
@@ -1,4 +1,4 @@
ESP32: d5269eb
ESP32C3: d5269eb
ESP32C2: d5269eb
ESP32C6: d5269eb
ESP32: 7d28df1
ESP32C3: 7d28df1
ESP32C2: 7d28df1
ESP32C6: 7d28df1
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 e832067

Please sign in to comment.