Skip to content

Commit

Permalink
Merge branch 'feature/update_at_core' into 'release/v3.2.0.0'
Browse files Browse the repository at this point in the history
feat(core): Updated at core version to e582629e

See merge request application/esp-at!1626
  • Loading branch information
xcguang committed Oct 23, 2024
2 parents 6b5b2f1 + 2b38e7b commit 92baf90
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 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: ec2dec2
ESP32: e582629
ESP32C3: ec2dec2
ESP32C2: ec2dec2
ESP32C6: ec2dec2
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.
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_wrover-32/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SIGNALING_COMMAND_SUPPORT=n
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_wrover-32/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SIGNALING_COMMAND_SUPPORT=n
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.2.0.0"
CONFIG_ESP_AT_FW_VERSION="v3.2.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down

0 comments on commit 92baf90

Please sign in to comment.