We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2888691 + 9ef0d51 commit 8df2baeCopy full SHA for 8df2bae
.gitlab/ci/build_template.yml
@@ -174,6 +174,10 @@
174
- echo -e "CONFIG_AT_WIFI_DUMP_STATIS_DEBUG=y" >> ${at_sdkconfig_file}
175
- echo -e "CONFIG_AT_NET_DEBUG=y" >> ${at_sdkconfig_file}
176
177
+.disable_wifi_iram_opt: &disable_wifi_iram_opt
178
+ - echo -e "CONFIG_ESP_WIFI_IRAM_OPT=n" >> ${at_sdkconfig_file}
179
+ - echo -e "CONFIG_ESP_WIFI_RX_IRAM_OPT=n" >> ${at_sdkconfig_file}
180
+
181
#########################
182
# Enlarge app partition #
183
@@ -230,6 +234,7 @@
230
234
- add_gitlab_ssh_keys
231
235
- get_module_configs
232
236
- *enable_at_debugs
237
+ - *disable_wifi_iram_opt
233
238
- *enlarge_app_partition
239
240
.before_script_enable_all_wifi_cmds:
0 commit comments