Converted led code to support non rgb/strip. Some clean up of network comp. Clean up of provider and client. Base test for client
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../components"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"clangd.arguments": [
|
||||
"--background-index",
|
||||
"--query-driver=**",
|
||||
"--compile-commands-dir=w:\\Classified\\Calendink\\Provider\\build"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -146,11 +146,15 @@ dependencies:
|
||||
type: service
|
||||
version: 1.20.4
|
||||
led:
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- name: idf
|
||||
version: '>=4.1.0'
|
||||
- name: espressif/led_strip
|
||||
version: ^3.0.3
|
||||
source:
|
||||
path: C:\Dev\Classified\Calendink\components\led
|
||||
type: local
|
||||
version: '*'
|
||||
version: 1.0.0
|
||||
lvgl/lvgl:
|
||||
component_hash: 17e68bfd21f0edf4c3ee838e2273da840bf3930e5dbc3bfa6c1190c3aed41f9f
|
||||
dependencies: []
|
||||
@@ -170,13 +174,12 @@ dependencies:
|
||||
version: 1.0.0
|
||||
direct_dependencies:
|
||||
- espressif/ethernet_init
|
||||
- espressif/led_strip
|
||||
- espressif/mdns
|
||||
- idf
|
||||
- joltwallet/littlefs
|
||||
- led
|
||||
- lvgl/lvgl
|
||||
- network
|
||||
manifest_hash: 8a9836e63bff09fce191602012b7b8be5ce92e62a59560b077f9129823441672
|
||||
manifest_hash: d2227bd8a79a4aafd4c3e25c1cc63e12fb3bc2afb66337e9f9412b0e1252145f
|
||||
target: esp32s3
|
||||
version: 2.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
idf_component_register(SRCS "main.cpp"
|
||||
PRIV_REQUIRES esp_http_server
|
||||
nvs_flash vfs esp_timer
|
||||
nvs_flash vfs esp_timer
|
||||
json app_update esp_psram mdns driver network
|
||||
INCLUDE_DIRS "." "../../components/shared")
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ dependencies:
|
||||
# # `public` flag doesn't have an effect dependencies of the `main` component.
|
||||
# # All dependencies of `main` are public by default.
|
||||
# public: true
|
||||
espressif/led_strip: ^3.0.3
|
||||
espressif/mdns: ^1.4.1
|
||||
espressif/ethernet_init: ^1.3.0
|
||||
joltwallet/littlefs: "^1.20" # https://github.com/joltwallet/esp_littlefs
|
||||
|
||||
Reference in New Issue
Block a user