Skip to content

Commit

Permalink
Merge branch 'feature/support_user_ota' into 'release/v2.2.0.0_esp8266'
Browse files Browse the repository at this point in the history
feat: Supported ota by specifying the url

See merge request application/esp-at!1688
  • Loading branch information
xcguang committed Dec 6, 2024
2 parents b432041 + 861d425 commit 88ff099
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module_config/module_esp8266_1mb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO=y

# LOG
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y
3 changes: 3 additions & 0 deletions module_config/module_esp8266_1mb/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO=y
# LOG
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
CONFIG_OPTIMIZATION_ASSERTIONS_SILENT=y

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y
3 changes: 3 additions & 0 deletions module_config/module_esp8266_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ CONFIG_LOG_DEFAULT_LEVEL_ERROR=y

# HTTP Server
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ CONFIG_OPTIMIZATION_ASSERTIONS_SILENT=y

# HTTP Server
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y
3 changes: 3 additions & 0 deletions module_config/module_esp8266_qcloud/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,6 @@ CONFIG_LOG_DEFAULT_LEVEL_NONE=y

# HTTP Server
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ CONFIG_OPTIMIZATION_ASSERTIONS_SILENT=y

# HTTP Server
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y

0 comments on commit 88ff099

Please sign in to comment.