Skip to content

Commit

Permalink
feat: Updated at core version to 5fde27bb
Browse files Browse the repository at this point in the history
- fix(ESPAT-2124): Fixed the issue of ble gatts potentially writing garbled data sometimes
- fix(ESPAT-2071): Fixed a crash caused by an unchecked pointer
- fix(base): Fixed AT+SYSMSGFILTER cannot work if the data contains \r\n
- fix(ESPAT-2068): Fixed a wifi disconnect issue if send AT+CWRECONNCFG command twice
- feat: Updated esp32c6 at core version to v4.0.1.0-dev
  • Loading branch information
ustccw committed Dec 4, 2024
1 parent 15e25ae commit 06e9523
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ESP32: 3fe3806
ESP32C3: 3fe3806
ESP32C2: 3fe3806
ESP32C6: 3fe3806
ESP32C6: 5fde27b
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.
2 changes: 1 addition & 1 deletion module_config/module_esp32c6_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v4.0.0.0"
CONFIG_ESP_AT_FW_VERSION="v4.1.0.0-dev"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v4.0.0.0"
CONFIG_ESP_AT_FW_VERSION="v4.1.0.0-dev"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down

0 comments on commit 06e9523

Please sign in to comment.