Skip to content

Commit

Permalink
feat(core): Updated at core version to 239a73b9
Browse files Browse the repository at this point in the history
- feat(pm): Added the sleep support for esp32c5
- feat(wifi): AT+CWLAP supports to choose channels for esp32c5
- feat(wifi): Added the AT+CWBANDMODE command to configurate the band mode of wifi for esp32c5
- fix(FCS-1641): Fixed the issue where AT+CIPSTO did not work when data send failed
- fix(ble): Fixed the issue where the ble was not working in the silence firmware on esp32c6
  • Loading branch information
ustccw committed Dec 10, 2024
1 parent c846172 commit b64bced
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ESP32: ba52610
ESP32C3: ba52610
ESP32C2: ba52610
ESP32C5: 8834929
ESP32C6: ba52610
ESP32S2: ba52610
ESP32: 239a73b
ESP32C3: 239a73b
ESP32C2: 239a73b
ESP32C5: 239a73b
ESP32C6: 239a73b
ESP32S2: 239a73b
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/libesp32c5_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c5_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.
Binary file modified components/at/lib/libesp32s2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32s2_at_core_silence.a
Binary file not shown.

0 comments on commit b64bced

Please sign in to comment.