Skip to content

Commit 5611a5f

Browse files
added esp_driver_tsens to the CMakeLists.txt of jomlol_helper to fix build error
1 parent 085f256 commit 5611a5f

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

code/components/jomjol_helper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*)
22

33
idf_component_register(SRCS ${app_sources}
44
INCLUDE_DIRS "."
5-
REQUIRES esp_timer esp-tflite-micro jomjol_logfile fatfs sdmmc vfs)
5+
REQUIRES esp_timer esp_driver_tsens esp-tflite-micro jomjol_logfile fatfs sdmmc vfs)
66

77

code/dependencies.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
component_hash: null
1111
source:
1212
type: idf
13-
version: 5.3.0
13+
version: 5.3.1
1414
manifest_hash: 6995555b9b41e897235448c868ca92c0c3401fd2ff90df084be9bb8629958f2c
1515
target: esp32
1616
version: 1.0.0

code/platformio.ini

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[platformio]
1212
src_dir = main
13-
default_envs = esp32-s3-wroom-1
13+
default_envs = esp32cam
1414

1515
[common:idf]
1616
build_flags =
@@ -215,20 +215,3 @@ build_flags =
215215
-D ENABLE_INFLUXDB
216216
-D ENABLE_WEBHOOK
217217
;-D ENABLE_SOFTAP ; disabled
218-
219-
[env:esp32-s3-wroom-1]
220-
extends = common:esp32-idf
221-
board = freenove_esp32_s3_wroom
222-
framework = espidf
223-
build_flags =
224-
; ### common imported :
225-
${common:esp32-idf.build_flags}
226-
${flags:runtime.build_flags}
227-
; ### Sofware options : (can be set in defines.h)
228-
-D ENABLE_MQTT
229-
-D ENABLE_INFLUXDB
230-
-D ENABLE_SOFTAP
231-
board_build.partitions = partitions.csv
232-
monitor_speed = 115200
233-
monitor_rts = 0
234-
monitor_dtr = 0

0 commit comments

Comments
 (0)