Skip to content

Commit

Permalink
feat(core): Updated at core version to eb730f66
Browse files Browse the repository at this point in the history
- feat: Updated at core library version to v4.1.0.0-dev
  • Loading branch information
ustccw committed Jan 3, 2024
1 parent 89040be commit 1f78599
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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
ESP32: eb730f6
ESP32C3: eb730f6
ESP32C2: eb730f6
ESP32C6: eb730f6
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/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 1f78599

Please sign in to comment.