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:
@@ -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