Skip to content

Commit f98fa41

Browse files
Merge remote-tracking branch 'remotes/gitlab-fork/add-esp32-s3-support' into add-freenove-board-support
2 parents ff66bb6 + 5611a5f commit f98fa41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
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
15-
target: esp32
15+
target: esp32s3
1616
version: 1.0.0

code/platformio.ini

Lines changed: 1 addition & 1 deletion
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 =

0 commit comments

Comments
 (0)