File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*)
2
2
3
3
idf_component_register (SRCS ${app_sources}
4
4
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 )
6
6
7
7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
component_hash: null
11
11
source:
12
12
type: idf
13
- version: 5.3.0
13
+ version: 5.3.1
14
14
manifest_hash: 6995555b9b41e897235448c868ca92c0c3401fd2ff90df084be9bb8629958f2c
15
15
target: esp32
16
16
version: 1.0.0
Original file line number Diff line number Diff line change 10
10
11
11
[platformio]
12
12
src_dir = main
13
- default_envs = esp32-s3-wroom-1
13
+ default_envs = esp32cam
14
14
15
15
[common:idf]
16
16
build_flags =
@@ -215,20 +215,3 @@ build_flags =
215
215
-D ENABLE_INFLUXDB
216
216
-D ENABLE_WEBHOOK
217
217
; -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
You can’t perform that action at this time.
0 commit comments