Skip to content

Commit

Permalink
Added src_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 10, 2023
1 parent 4355a02 commit cc87045
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
; src_dir = examples/XL9555_ExtensionIOWirte
; src_dir = examples/DRV2605_Basic
; src_dir = examples/CM32181_LightSensor
src_dir = examples/BHI260AP_Accelerometer
; src_dir = examples/BHI260AP_Accelerometer
src_dir = examples/LTR553ALS_Sensor

; Touch devices support list
; src_dir = examples/TouchDrv_FT3267_LilyGo_T_RGB
Expand All @@ -48,8 +49,9 @@ src_dir = examples/BHI260AP_Accelerometer
; src_dir = examples/TouchDrv_CSTxxx_GetPoint


default_envs = esp32-s3n4r2
; default_envs=esp32s3
; default_envs = esp32-s3n4r2
default_envs=esp32s3-opi
; default_envs=esp32s3-qspi
; default_envs=esp32c3
; default_envs=esp32dev

Expand All @@ -72,7 +74,7 @@ build_flags =

; -DSENSOR_SDA=5
; -DSENSOR_SCL=6
; -DSENSOR_IRQ=7
; -DSENSOR_IRQ=21
; -DSENSOR_RST=21
-DCORE_DEBUG_LEVEL=4

Expand All @@ -81,12 +83,11 @@ platform = espressif32
framework = arduino
board = esp32dev

[env:esp32s3]
[env:esp32s3-opi]
platform = espressif32
framework = arduino
board = ESP32-S3-R8-OPI


[env:esp32c3]
platform = espressif32
framework = arduino
Expand Down

0 comments on commit cc87045

Please sign in to comment.