DNS, web ui nearly done, great log streaming, attempted https (abandoned that though)
This commit is contained in:
@@ -1 +1 @@
|
||||
a8049b1e609679fb54b2d57b0399dd29c4d1fda09a797edac9926f7810aa5703
|
||||
689853bb8993434f9556af0f2816e808bf77b5d22100144b21f3519993daf237
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: esp_idf_lib_helpers
|
||||
description: Common support library for esp-idf-lib
|
||||
version: 1.3.10
|
||||
version: 1.4.0
|
||||
groups:
|
||||
- common
|
||||
code_owners:
|
||||
|
||||
@@ -2,6 +2,11 @@ examples/**/sdkconfig
|
||||
examples/**/sdkconfig.old
|
||||
examples/**/build/
|
||||
examples/**/dependencies.lock
|
||||
examples/**/managed_components/
|
||||
docs/_*/
|
||||
docs/doxygen.log
|
||||
docs/**/*.log
|
||||
*.swp
|
||||
*.bak
|
||||
*.orig
|
||||
build/
|
||||
.vscode/
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
* The default SPI_HOST for spi_host_device_t
|
||||
*/
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#define HELPER_SPI_HOST_DEFAULT HSPI_HOST
|
||||
#define HELPER_SPI_HOST_DEFAULT SPI1_HOST
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
||||
#define HELPER_SPI_HOST_DEFAULT SPI2_HOST
|
||||
#elif CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C5 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32C61
|
||||
|
||||
@@ -12,7 +12,7 @@ maintainers:
|
||||
- Ruslan V. Uss (@UncleRus) <unclerus@gmail.com>
|
||||
repository: git://github.com/esp-idf-lib/esp_idf_lib_helpers.git
|
||||
repository_info:
|
||||
commit_sha: 57bbd8f3cda9c5ad390fc3ea5585e0ad80672584
|
||||
commit_sha: 918d82cafb1f00fd86f1ad8571271cb3e910588b
|
||||
path: .
|
||||
targets:
|
||||
- esp32
|
||||
@@ -26,4 +26,4 @@ targets:
|
||||
- esp32s2
|
||||
- esp32s3
|
||||
url: https://github.com/esp-idf-lib/core
|
||||
version: 1.3.10
|
||||
version: 1.4.0
|
||||
|
||||
Reference in New Issue
Block a user