mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:56:11 +00:00
Rainmaker Lights Switch
This commit is contained in:
3
ESP32-C3_Table-Lamp/.vscode/settings.json
vendored
3
ESP32-C3_Table-Lamp/.vscode/settings.json
vendored
@@ -19,5 +19,6 @@
|
||||
"idf.flashType": "UART",
|
||||
"idf.espIdfPath": "/home/alex/esp/v5.4.1/esp-idf",
|
||||
"idf.toolsPath": "/home/alex/.espressif",
|
||||
"idf.pythonInstallPath": "/usr/bin/python3"
|
||||
"idf.pythonInstallPath": "/usr/bin/python3",
|
||||
"idf.port": "/dev/ttyS10"
|
||||
}
|
||||
|
@@ -2,3 +2,4 @@
|
||||
# "main" pseudo-component makefile.
|
||||
#
|
||||
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
||||
COMPONENT_EMBED_TXTFILES := server.crt
|
||||
|
8
ESP32-C3_Table-Lamp/main/idf_component.yml
Normal file
8
ESP32-C3_Table-Lamp/main/idf_component.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
## Required IDF version
|
||||
idf:
|
||||
version: ">=5.0.0"
|
||||
espressif/esp_rainmaker:
|
||||
version: ">=1.0"
|
||||
override_path: '/home/alex/.espressif/esp_rainmaker'
|
Reference in New Issue
Block a user