Прошло 2 года.

This commit is contained in:
Кобелев Андрей Андреевич
2026-03-10 22:54:23 +03:00
parent c7636ebd6f
commit a111352dc5
313 changed files with 274971 additions and 1409 deletions

View File

@@ -0,0 +1,13 @@
set(
app_sources "jpg-render.c"
#app_sources "jpgdec-render.cpp"
)
idf_component_register(SRCS ${app_sources}
REQUIRES epdiy esp_wifi
# Add only if you use jpgdec-render.cpp example
jpegdec
nvs_flash esp-tls esp_http_client
# Embed the server root certificate into the final binary
EMBED_TXTFILES ${project_dir}/ssl_cert/server_cert.pem
)