Skip to content

Commit

Permalink
Merge branch 'feature/update_at_core_v4.0.0.0' into 'release/v4.0.0.0'
Browse files Browse the repository at this point in the history
feat: Updated at core version to 5fde27bb

See merge request application/esp-at!1684
  • Loading branch information
xcguang committed Dec 5, 2024
2 parents 15e25ae + 06e9523 commit 4ed247b
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 4ed247b

Please sign in to comment.