2022-09-06 07:58:33 +00:00
|
|
|
; The 1.0 release of the LilyGo TBEAM-S3-Core board
|
|
|
|
[env:tbeam-s3-core]
|
|
|
|
extends = esp32s3_base
|
|
|
|
board = tbeam-s3-core
|
2024-05-12 20:43:47 +00:00
|
|
|
board_check = true
|
2022-09-06 07:58:33 +00:00
|
|
|
|
2024-05-16 12:46:47 +00:00
|
|
|
platform = platformio/espressif32@6.7.0
|
|
|
|
|
2022-09-06 07:58:33 +00:00
|
|
|
lib_deps =
|
|
|
|
${esp32s3_base.lib_deps}
|
2022-10-07 11:57:55 +00:00
|
|
|
lewisxhe/PCF8563_Library@1.0.1
|
|
|
|
|
2022-09-06 07:58:33 +00:00
|
|
|
build_flags =
|
|
|
|
${esp32s3_base.build_flags}
|
|
|
|
-Ivariants/tbeam-s3-core
|
2022-10-07 11:57:55 +00:00
|
|
|
-DPCF8563_RTC=0x51 ;Putting definitions in variant.h does not compile correctly
|