Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/clouds/qcloud/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ESP32: 8a09f2a
ESP32C3: 8a09f2a
ESP32: ac31d7c
ESP32C3: ac31d7c
Binary file modified components/clouds/qcloud/lib/libesp32_qcloud_core.a
Binary file not shown.
Binary file modified components/clouds/qcloud/lib/libesp32_qcloud_core_silence.a
Binary file not shown.
Binary file modified components/clouds/qcloud/lib/libesp32c3_qcloud_core.a
Binary file not shown.
Binary file modified components/clouds/qcloud/lib/libesp32c3_qcloud_core_silence.a
Binary file not shown.
6 changes: 6 additions & 0 deletions module_config/module_esp32c3_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,9 @@ CONFIG_ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES=0

# ESP HTTPS OTA
CONFIG_OTA_ALLOW_HTTP=y

# Enable FileSystem support
CONFIG_AT_FS_COMMAND_SUPPORT=y

# Enable WebServer support
CONFIG_AT_WEB_SERVER_SUPPORT=y