We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ddf552 + 9a5be95 commit d3c9d45Copy full SHA for d3c9d45
2 files changed
CMakeLists.txt
@@ -24,10 +24,4 @@ if((IDF_TARGET STREQUAL "esp32s3"))
24
list(APPEND COMPONENT_PRIV_REQUIRES esp_timer)
25
endif()
26
27
-#add_definitions(
28
-# -DESP32_LEPTON_LIB_MAJOR=1
29
-# -DESP32_LEPTON_LIB_MINOR=0
30
-# -DESP32_LEPTON_LIB_BUILD=0
31
-#)
32
-
33
register_component()
idf_component.yml
@@ -1,3 +1,4 @@
1
+version: "main"
2
description: "ESP32 component for FLIR Lepton 3.5 Thermal Camera"
3
url: https://github.com/Kampi/ESP32-Lepton
4
repository: https://github.com/Kampi/ESP32-Lepton
0 commit comments