Skip to content

Commit bdfe592

Browse files
committed
embed vehicle_profiles
1 parent 2fef886 commit bdfe592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ idf_component_register(
88
PRIV_INCLUDE_DIRS # optional, add here private include directories
99
REQUIRES "${requires}" # optional, list the public requirements (component names)
1010
PRIV_REQUIRES # optional, list the private requirements
11-
EMBED_FILES "homepage.html"
11+
EMBED_FILES "homepage.html" "../vehicle_profiles.json"
1212
)

0 commit comments

Comments
 (0)