Skip to content

Commit

Permalink
feat(core): Updated at core version to 9c3f5276
Browse files Browse the repository at this point in the history
- feat(ESPAT-2054): Added AT+CWCONFIG command to set global inactive time and listen interval
- change: Modified AT+CIPSTART and AT+CIPDOMAIN command timeout to 60 seconds
- fix(ESPAT-2068): Fixed a wifi disconnect issue if send AT+CWRECONNCFG command twice
- fix(ESPAT-2071): Fixed a crash after power on and connect to the AP, which immediately disconnected the Wi-Fi connection
  • Loading branch information
ustccw committed Sep 19, 2024
1 parent 9bd111d commit d98072b
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: 88b4ea4
ESP32C3: 88b4ea4
ESP32C2: 88b4ea4
ESP32C5: dc50de4
ESP32C6: 88b4ea4
ESP32S2: 88b4ea4
ESP32: 9c3f527
ESP32C3: 9c3f527
ESP32C2: 9c3f527
ESP32C5: 9c3f527
ESP32C6: 9c3f527
ESP32S2: 9c3f527
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 d98072b

Please sign in to comment.