You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[platformio]
|
|
default_envs = default
|
|
boards_dir = ./boards
|
|
|
|
[env]
|
|
platform = espressif32
|
|
board = lilygo-t-displays3
|
|
framework = arduino
|
|
platform_packages =
|
|
framework-arduinoespressif32
|
|
espressif/toolchain-xtensa-esp32@12.2.0+20230208
|
|
build_flags =
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
-DDISABLE_ALL_LIBRARY_WARNINGS
|
|
-DARDUINO_USB_MODE=1
|
|
|
|
[env:default]
|
|
lib_deps =
|
|
; h2zero/NimBLE-Arduino@^1.4.1
|
|
lemmingdev/ESP32-BLE-Gamepad
|
|
|
|
[env:lilygo-t-display-s3]
|
|
platform = espressif32
|
|
board = lilygo-t-display-s3
|
|
framework = arduino
|
|
platform_packages =
|
|
framework-arduinoespressif32
|
|
espressif/toolchain-xtensa-esp32@12.2.0+20230208
|
|
lib_deps =
|
|
; h2zero/NimBLE-Arduino@^1.4.1
|
|
lemmingdev/ESP32-BLE-Gamepad
|