Rainmaker Lights Switch

This commit is contained in:
2025-06-28 05:10:32 -04:00
parent 265ccaa3e3
commit 5510298781
23 changed files with 876 additions and 1 deletions

View File

@@ -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"
}

View File

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

View 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'