Skip to content

Commit 7c092f9

Browse files
committed
Merge branch 'feat/update_esp32s2_firmware_ver_v4.1' into 'release/v4.1.0.0'
feat: Updated esp32s2 firmware version to v4.1.1.0 See merge request application/esp-at!1880
2 parents b5b6607 + 21f6dc9 commit 7c092f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module_config/module_esp32s2_default/sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ CONFIG_AT_SOCKET_MAX_CONN_NUM=5
120120

121121
# Application manager
122122
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
123-
CONFIG_APP_PROJECT_VER="v4.1.0.0-dev"
123+
CONFIG_APP_PROJECT_VER="v4.1.1.0"
124124

125125
# Wear Levelling
126126
CONFIG_WL_SECTOR_SIZE_512=y

module_config/module_esp32s2_default/sdkconfig_silence.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ CONFIG_AT_SOCKET_MAX_CONN_NUM=5
122122

123123
# Application manager
124124
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
125-
CONFIG_APP_PROJECT_VER="v4.1.0.0-dev"
125+
CONFIG_APP_PROJECT_VER="v4.1.1.0"
126126

127127
# Wear Levelling
128128
CONFIG_WL_SECTOR_SIZE_512=y

0 commit comments

Comments
 (0)