We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fef886 commit bdfe592Copy full SHA for bdfe592
main/CMakeLists.txt
@@ -8,5 +8,5 @@ idf_component_register(
8
PRIV_INCLUDE_DIRS # optional, add here private include directories
9
REQUIRES "${requires}" # optional, list the public requirements (component names)
10
PRIV_REQUIRES # optional, list the private requirements
11
- EMBED_FILES "homepage.html"
+ EMBED_FILES "homepage.html" "../vehicle_profiles.json"
12
)
0 commit comments