updated components and configuration

This commit is contained in:
Bogdan Pilyugin 2023-03-10 20:05:29 +02:00
parent 8b0b5f76f4
commit 124fa24609
8 changed files with 5627 additions and 11 deletions

3797
.project

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
Code in this repository is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.

@ -1 +1 @@
Subproject commit 9c2cf0c292500892ae4b80bfae7430d47c0cb98f
Subproject commit 0024698adf9d3f849609a70c3048ef3b417bea9c

@ -1 +1 @@
Subproject commit 5447358116d3ee5a198fb646e2322a7dff0c2434
Subproject commit d603d92738f677e9391afae9cb57b95db17148f7

@ -1 +1 @@
Subproject commit e4d1a8c953c516a41d550716bc7e267d2e571c63
Subproject commit 42ec01f59e922109bdd70e01eaa9884c899efb07

View File

@ -9,7 +9,7 @@ dependencies:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: a5ee8c8f8a6f79ac6d05aa7263c49cb7cbe81352a85c16ac46f5c93bc701fd53
version: 5.0.1
manifest_hash: b3357670639619c7fd256fd7a93d0f31f2cdc3ae8d1cd574592ee8457dd17968
target: esp32
version: 1.0.0

1821
sdkconfig Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,12 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
CONFIG_APP_PROJECT_VER="0.0.0.0"
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_user_ota.csv"
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM=y