➕ add esp_adc
parent
c559f7fc32
commit
61402bdf26
|
@ -8,6 +8,7 @@ set(src_dirs
|
||||||
camera
|
camera
|
||||||
lcd
|
lcd
|
||||||
led
|
led
|
||||||
|
button
|
||||||
web
|
web
|
||||||
trace)
|
trace)
|
||||||
|
|
||||||
|
@ -16,6 +17,7 @@ set(include_dirs
|
||||||
camera
|
camera
|
||||||
lcd
|
lcd
|
||||||
led
|
led
|
||||||
|
button
|
||||||
web
|
web
|
||||||
trace)
|
trace)
|
||||||
|
|
||||||
|
@ -26,6 +28,7 @@ set(requires esp32-camera
|
||||||
esp_http_server
|
esp_http_server
|
||||||
nvs_flash
|
nvs_flash
|
||||||
mdns
|
mdns
|
||||||
|
esp_adc_cal
|
||||||
fb_gfx)
|
fb_gfx)
|
||||||
|
|
||||||
idf_component_register(SRC_DIRS ${src_dirs} INCLUDE_DIRS ${include_dirs} REQUIRES ${requires} EMBED_FILES ${embed_files})
|
idf_component_register(SRC_DIRS ${src_dirs} INCLUDE_DIRS ${include_dirs} REQUIRES ${requires} EMBED_FILES ${embed_files})
|
||||||
|
|
Loading…
Reference in New Issue