Skip to content

Commit

Permalink
Update ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 14, 2024
1 parent ad169a3 commit 3faf180
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ build_flags =
; -DSENSOR_IRQ=21
; -DSENSOR_RST=-1

; T-Display-AMOLED 1.91 QWIIC Debug
; -DSENSOR_SDA=3
; -DSENSOR_SCL=2
; -DSENSOR_IRQ=TX
; -DSENSOR_RST=RX

; T-Display-Lite 1.47 Inch CHSC5816 ✅
; -DSENSOR_SDA=1
; -DSENSOR_SCL=2
Expand Down Expand Up @@ -136,10 +142,17 @@ build_flags =
; -DSENSOR_RST=-1

; T-Watch-S3-U
-DSENSOR_SDA=2
-DSENSOR_SCL=3
-DSENSOR_IRQ=12
-DSENSOR_RST=46
; -DSENSOR_SDA=2
; -DSENSOR_SCL=3
; -DSENSOR_IRQ=12
; -DSENSOR_RST=46


; T-Deck
; -DSENSOR_SDA=18
; -DSENSOR_SCL=8
; -DSENSOR_IRQ=16
; -DSENSOR_RST=-1

-DCORE_DEBUG_LEVEL=0
-Wnarrowing
Expand All @@ -149,22 +162,24 @@ build_flags =
-Wunused-variable
-Werror=format
-Wmissing-field-initializers
-std=c++11


[env:esp32dev]
extends = env
platform = espressif32@6.7.0
platform = espressif32@6.8.1
framework = arduino
board = esp32dev

[env:esp32c3]
extends = env
platform = espressif32@6.7.0
platform = espressif32@6.8.1
framework = arduino
board = esp32-c3-devkitm-1

[env:esp32s3]
extends = env
platform = espressif32@6.7.0
platform = espressif32@6.8.1
framework = arduino
board = esp32-s3-devkitm-1
build_flags =
Expand Down

0 comments on commit 3faf180

Please sign in to comment.